Revert version to SNAPSHOT again

This commit is contained in:
Christoph Atteneder 2019-01-14 14:50:29 +01:00
parent ae9f13c09d
commit 658ed9d6b6
No known key found for this signature in database
GPG Key ID: CD5DC1C529CDFD3B

View File

@ -27,7 +27,7 @@ public class Version {
// VERSION = 0.5.0 introduces proto buffer for the P2P network and local DB and is a not backward compatible update
// Therefore all sub versions start again with 1
// We use semantic versioning with major, minor and patch
public static final String VERSION = "0.9.3";
public static final String VERSION = "0.9.3-SNAPSHOT";
public static int getMajorVersion(String version) {
return getSubVersion(version, 0);