Bump version

This commit is contained in:
Maxim Baz
2019-04-10 20:34:17 +02:00
parent 8fa9a5095b
commit 9a6f623e13
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
3.0.4
3.0.5

View File

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