chore: Bump version identifiers
This commit is contained in:
parent
5e1b1d4cbd
commit
58f22316bd
@ -34,8 +34,8 @@ QUICK_DISCOVERY_RANGE = range(DEFAULT_GHIDRA_PORT, DEFAULT_GHIDRA_PORT+10)
|
||||
FULL_DISCOVERY_RANGE = range(DEFAULT_GHIDRA_PORT, DEFAULT_GHIDRA_PORT+20)
|
||||
|
||||
# Version information
|
||||
BRIDGE_VERSION = "v2.0.0-beta.1"
|
||||
REQUIRED_API_VERSION = 2
|
||||
BRIDGE_VERSION = "v2.0.0-beta.3"
|
||||
REQUIRED_API_VERSION = 2003
|
||||
|
||||
instructions = """
|
||||
GhydraMCP allows interacting with multiple Ghidra SRE instances. Ghidra SRE is a tool for reverse engineering and analyzing binaries, e.g. malware.
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
package eu.starsong.ghidra.api;
|
||||
|
||||
public class ApiConstants {
|
||||
public static final String PLUGIN_VERSION = "v2.0.0-beta.1";
|
||||
public static final int API_VERSION = 2;
|
||||
public static final String PLUGIN_VERSION = "v2.0.0-beta.3";
|
||||
public static final int API_VERSION = 2003;
|
||||
public static final int DEFAULT_PORT = 8192;
|
||||
public static final int MAX_PORT_ATTEMPTS = 10;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user