Bump version

This commit is contained in:
Maxim Baz
2019-04-02 16:38:18 +02:00
parent c75931976c
commit e75e0fdd54
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
3.0.1
3.0.2

View File

@@ -4,7 +4,7 @@ import "fmt"
const major = 3
const minor = 0
const patch = 1
const patch = 2
// Code version as integer
const Code = major*1000000 + minor*1000 + patch