Skip to content

Commit

Permalink
version bump v0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Aug 9, 2024
1 parent 527edec commit 019fd7e
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.23.1",
"version": "0.24.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 = 23
VersionPatch = 1
VersionMinor = 24
VersionPatch = 0
VersionReleaseLevel = "beta"
VersionReleaseNumber = 27
VersionReleaseNumber = 28
)

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

0 comments on commit 019fd7e

Please sign in to comment.