Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacia committed May 26, 2019
1 parent b8cef5f commit e6483fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boot/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 0
appMinor uint = 8
appPatch uint = 0
appPatch uint = 1

// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
appPreRelease = "beta"
appPreRelease = ""
)

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

0 comments on commit e6483fb

Please sign in to comment.