Skip to content

Commit

Permalink
Version bump to 2.1.0 for khashv2
Browse files Browse the repository at this point in the history
  • Loading branch information
lemois-1337 committed Aug 28, 2024
1 parent 29726b7 commit 89f8351
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 = 2
appMinor uint = 0
appPatch uint = 3
appMinor uint = 1
appPatch uint = 0
)

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

0 comments on commit 89f8351

Please sign in to comment.