Bump version
This commit is contained in:
@@ -4,7 +4,7 @@ import "fmt"
|
||||
|
||||
const major = 3
|
||||
const minor = 0
|
||||
const patch = 3
|
||||
const patch = 4
|
||||
|
||||
// Code version as integer
|
||||
const Code = major*1000000 + minor*1000 + patch
|
||||
|
Reference in New Issue
Block a user