Fixing version

This commit is contained in:
=Corey Hulen
2016-02-02 16:24:03 -08:00
parent c4c7b9d310
commit 581785f504

View File

@@ -84,7 +84,7 @@ func GetPreviousVersion(version string) string {
}
func IsOfficalBuild() bool {
return BuildNumber != "dev"
return BuildNumber != "_BUILD_NUMBER_"
}
func IsCurrentVersion(versionToCheck string) bool {