Bump version

This commit is contained in:
Maxim Baz
2019-04-13 10:41:13 +02:00
parent 1110c63672
commit 2c110bf2f8
3 changed files with 3 additions and 3 deletions

View File

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