Skip to content

Commit

Permalink
build: bump version to v0.13.995
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Sep 25, 2024
1 parent dc23ec4 commit 0b0ebcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
appMajor uint = 0
appMinor uint = 13
appPatch uint = 994
appPatch uint = 995

// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
Expand Down

0 comments on commit 0b0ebcc

Please sign in to comment.