Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 5cfa59c

Browse files
author
Michiel Hendriks
committedDec 17, 2019
bumped version info
1 parent 684b0e0 commit 5cfa59c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/com/zabbix/gateway/GeneralInformation.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
class GeneralInformation
2323
{
2424
public static final String APPLICATION_NAME = "Zabbix Java Gateway";
25-
public static final String REVISION_DATE = "21 May 2012";
25+
public static final String REVISION_DATE = "17 December 2019";
2626
public static final String REVISION = "{ZABBIX_REVISION}";
27-
public static final String VERSION = "2.1.0";
27+
public static final String VERSION = "2.1.1";
2828

2929
public static void printVersion()
3030
{

0 commit comments

Comments
 (0)