Skip to content

Commit

Permalink
version bump v0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Jan 30, 2025
1 parent c1a82f2 commit c2c99c5
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.27.1",
"version": "0.28.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 = 27
VersionPatch = 1
VersionMinor = 28
VersionPatch = 0
VersionReleaseLevel = "beta"
VersionReleaseNumber = 33
VersionReleaseNumber = 34
)

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

0 comments on commit c2c99c5

Please sign in to comment.