Skip to content

Commit

Permalink
bump version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Jan 5, 2024
1 parent 369d522 commit 346a8fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import "fmt"

// Version of the current build
const (
VersionMajor = 0
VersionMinor = 1
VersionMajor = 1
VersionMinor = 0
VersionPatch = 0
VersionReleaseLevel = "beta"
VersionReleaseNumber = 1
VersionReleaseLevel = ""
VersionReleaseNumber = 2
)

// Set the GitVersion via -ldflags="-X 'github.com/trisacrypto/courier/pkg.GitVersion=$(git rev-parse --short HEAD)'"
Expand Down

0 comments on commit 346a8fd

Please sign in to comment.