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 be1cb2f commit 2df16d9Copy full SHA for 2df16d9
src/se/sitic/megatron/util/Version.java
@@ -14,7 +14,7 @@ public class Version {
14
private final static String APP_NAME = "Megatron";
15
private final static String APP_VERSION = "1.1.0";
16
private final static String APP_TAG = "v1.1.0";
17
- private final static String BUILD_DATE = "2014-11-17 09:43:12";
+ private final static String BUILD_DATE = "2014-11-17 10:27:17";
18
private final static String ANT_VERSION = "Apache Ant(TM) version 1.8.2 compiled on December 3 2011";
19
private final static String ANT_JAVA_VERSION = "1.7";
20
0 commit comments