We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5dc94 commit 950b8c4Copy full SHA for 950b8c4
src/main/java/com/checkpoint/mgmt_api/examples/ShowPackageConfiguration.java
@@ -27,7 +27,7 @@ public enum ShowPackageConfiguration {
27
28
INSTANCE;
29
30
- private static final String TOOL_VERSION = "v2.3.1";
+ private static final String TOOL_VERSION = "v2.4.0";
31
private static final String TAR_SUFFIX = ".tar.gz";
32
private static final String LOG_SUFFIX = ".elg";
33
private static final String PREFIX = "show_package-";
@@ -1253,3 +1253,4 @@ public String format(LogRecord record) {
1253
}
1254
1255
1256
+
0 commit comments