Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
maximbaz committed Apr 10, 2019
1 parent 8fa9a50 commit 9a6f623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.4
3.0.5
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a6f623

Please sign in to comment.