set version to 0.0.1

This commit is contained in:
woodser 2022-07-15 12:08:37 -04:00
parent 031f091f69
commit 20915ac15e
11 changed files with 13 additions and 13 deletions

View file

@ -30,7 +30,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 = "1.6.2";
public static final String VERSION = "0.0.1";
/**
* Holds a list of the tagged resource files for optimizing the getData requests.