Skip to content

Commit

Permalink
Update to version 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
elichai committed Feb 1, 2021
1 parent d5a3a96 commit 2871a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs

const (
appMajor uint = 0
appMinor uint = 9
appPatch uint = 0
appMinor uint = 8
appPatch uint = 7
)

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

0 comments on commit 2871a6a

Please sign in to comment.