Skip to content

Commit

Permalink
version bump v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Jul 30, 2024
1 parent 82c6390 commit ce91256
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "envoy",
"version": "0.22.0",
"version": "0.23.0",
"main": "",
"repository": "https://github.com/trisacrypto/envoy.git",
"author": "TRISA",
Expand Down
6 changes: 3 additions & 3 deletions pkg/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import "fmt"
// Version component constants for the current build.
const (
VersionMajor = 0
VersionMinor = 22
VersionMinor = 23
VersionPatch = 0
VersionReleaseLevel = "alpha"
VersionReleaseNumber = 25
VersionReleaseLevel = "beta"
VersionReleaseNumber = 26
)

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

0 comments on commit ce91256

Please sign in to comment.