Skip to content

Commit

Permalink
version bump v0.27.0wq
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Oct 5, 2024
1 parent a51cc24 commit 3354f8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.26.0",
"version": "0.27.0",
"main": "",
"repository": "https://github.com/trisacrypto/envoy.git",
"author": "TRISA",
Expand Down
4 changes: 2 additions & 2 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 = 26
VersionMinor = 27
VersionPatch = 0
VersionReleaseLevel = "beta"
VersionReleaseNumber = 31
VersionReleaseNumber = 32
)

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

0 comments on commit 3354f8b

Please sign in to comment.