Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
maximbaz committed Apr 2, 2019
1 parent c759319 commit e75e0fd
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.1
3.0.2
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 = 1
const patch = 2

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

0 comments on commit e75e0fd

Please sign in to comment.