Skip to content

Commit 3217e99

Browse files
authored
changed version to 3.0
1 parent 6fbf5ed commit 3217e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/opsvision/monitoring/MonitoringAgent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
public class MonitoringAgent {
1818

19-
private final static String VERSION = "1.0";
19+
private final static String VERSION = "3.0";
2020

2121
private static final Logger logger = Logger.getLogger(MonitoringAgent.class);
2222
private static Scheduler scheduler = null;

0 commit comments

Comments
 (0)