Skip to content

Commit

Permalink
rvasp 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pdeziel committed Jun 22, 2022
1 parent c2148b2 commit 2b141f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const (
VersionMajor = 1
VersionMinor = 0
VersionPatch = 0
VersionReleaseLevel = "beta"
VersionReleaseNumber = 7
VersionReleaseLevel = ""
VersionReleaseNumber = 0
)

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

0 comments on commit 2b141f1

Please sign in to comment.