Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
maximbaz committed Apr 4, 2019
1 parent 944c391 commit 55bd479
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.2
3.0.3
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 = 2
const patch = 3

// Code version as integer
const Code = major*1000000 + minor*1000 + patch
Expand Down

0 comments on commit 55bd479

Please sign in to comment.