Skip to content

Commit

Permalink
init version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev committed Nov 14, 2023
1 parent 63cf4f2 commit 95d4a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version/version.go
Expand Up @@ -9,8 +9,8 @@ import (
const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-"

const (
appMajor uint = 0
appMinor uint = 1
appMajor uint = 1
appMinor uint = 0
appPatch uint = 0
)

Expand Down

0 comments on commit 95d4a99

Please sign in to comment.