Skip to content

Commit 950b8c4

Browse files
authored
Update ShowPackageConfiguration.java (#42)
1 parent 2b5dc94 commit 950b8c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/checkpoint/mgmt_api/examples/ShowPackageConfiguration.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public enum ShowPackageConfiguration {
2727

2828
INSTANCE;
2929

30-
private static final String TOOL_VERSION = "v2.3.1";
30+
private static final String TOOL_VERSION = "v2.4.0";
3131
private static final String TAR_SUFFIX = ".tar.gz";
3232
private static final String LOG_SUFFIX = ".elg";
3333
private static final String PREFIX = "show_package-";
@@ -1253,3 +1253,4 @@ public String format(LogRecord record) {
12531253
}
12541254
}
12551255

1256+

0 commit comments

Comments
 (0)