Skip to content

Commit

Permalink
version: bump to 1.0.0 (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasing authored Dec 3, 2024
1 parent 67ee45e commit a7695d4
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 @@ -21,8 +21,8 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst
// Defines the application version number. These are set at link-time by
// GoReleaser for releases.
var (
Major = "0"
Minor = "7"
Major = "1"
Minor = "0"
Patch = "0"
)

Expand Down

0 comments on commit a7695d4

Please sign in to comment.