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 c5f1b7b commit 72f2e27Copy full SHA for 72f2e27
src/main/java/com/nccgroup/loggerplusplus/util/Globals.java
@@ -8,7 +8,7 @@
8
9
public class Globals {
10
public static final String APP_NAME = "Logger++";
11
- public static final String VERSION = "3.19.2";
+ public static final String VERSION = "3.19.3";
12
public static final String AUTHOR = "Corey Arthur (@CoreyD97), Soroush Dalili (@irsdl) from NCC Group";
13
public static final String TWITTER_URL = "https://twitter.com/CoreyD97";
14
public static final String IRSDL_TWITTER_URL = "https://twitter.com/irsdl";
0 commit comments