Skip to content

Commit e071586

Browse files
vvv (#19283)
1 parent f7d6092 commit e071586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/version/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var (
3131
const (
3232
Major = 3 // Major version component of the current release
3333
Minor = 3 // Minor version component of the current release
34-
Micro = 7 // Patch version component of the current release
34+
Micro = 8 // Patch version component of the current release
3535
Modifier = "" // Modifier component of the current release
3636
DefaultSnapshotGitBranch = "release/3.1" // Branch of erigontech/erigon-snapshot to use in OtterSync. Erigon Verisons 3.1, 3.2, 3.3 use `erigon-snapshot` `release/3.1` branch
3737
VersionKeyCreated = "ErigonVersionCreated"

0 commit comments

Comments
 (0)