Skip to content

Commit 674b77f

Browse files
AlexeyAkhunovAlex Sharp
andauthored
Bump patch version in stable to v2.48.1 (#7895)
Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro-2.local>
1 parent 4c461ac commit 674b77f

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
@@ -33,7 +33,7 @@ var (
3333
const (
3434
VersionMajor = 2 // Major version component of the current release
3535
VersionMinor = 48 // Minor version component of the current release
36-
VersionMicro = 0 // Patch version component of the current release
36+
VersionMicro = 1 // Patch version component of the current release
3737
VersionModifier = "stable" // Modifier component of the current release
3838
VersionKeyCreated = "ErigonVersionCreated"
3939
VersionKeyFinished = "ErigonVersionFinished"

0 commit comments

Comments
 (0)