Skip to content

Commit

Permalink
version bump v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Sep 24, 2024
1 parent ef28c38 commit 443be56
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.25.0",
"version": "0.26.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 = 25
VersionMinor = 26
VersionPatch = 0
VersionReleaseLevel = "beta"
VersionReleaseNumber = 30
VersionReleaseNumber = 31
)

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

0 comments on commit 443be56

Please sign in to comment.