Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ca408bc

Browse files
Thegaramgithub-actions[bot]
authored andcommittedFeb 13, 2025·
chore: auto version bump [bot]
1 parent 545a026 commit ca408bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎params/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
const (
2525
VersionMajor = 5 // Major version component of the current release
2626
VersionMinor = 8 // Minor version component of the current release
27-
VersionPatch = 6 // Patch version component of the current release
27+
VersionPatch = 7 // Patch version component of the current release
2828
VersionMeta = "mainnet" // Version metadata to append to the version string
2929
)
3030

0 commit comments

Comments
 (0)
Please sign in to comment.