|
|
@ -16,7 +16,8 @@ class App extends sugoi.BaseApp { |
|
|
|
* @doc https://github.com/fponticelli/thx.semver |
|
|
|
*/ |
|
|
|
//public static var VERSION = ([0,9,2] : Version).withPre("july"); |
|
|
|
public static var VERSION = ([0,9,2] : Version).withPre(MyMacros.getGitShortSHA(), MyMacros.getGitCommitDate()); |
|
|
|
//public static var VERSION = ([0,9,2] : Version).withPre(MyMacros.getGitShortSHA(), MyMacros.getGitCommitDate()); |
|
|
|
public static var VERSION = ([0,9,2] : Version).withPre(MyMacros.getGitCommitDate()); |
|
|
|
|
|
|
|
public function new(){ |
|
|
|
super(); |
|
|
|