Skip to content

Commit

Permalink
Merge branch 'bump-to-v0.11.15' into v0.11.15-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
someone235 committed Apr 2, 2022
2 parents 6e85499 + 6bc788d commit 1130287
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 = 11
appPatch uint = 14
appPatch uint = 15
)

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

0 comments on commit 1130287

Please sign in to comment.