Skip to content

Commit

Permalink
Update to version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oudeis committed Sep 30, 2020
1 parent 22237a4 commit ef6c46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs
const (
appMajor uint = 0
appMinor uint = 7
appPatch uint = 1
appPatch uint = 2
)

// appBuild is defined as a variable so it can be overridden during the build
Expand Down

0 comments on commit ef6c46a

Please sign in to comment.