Skip to content

Commit f1c398a

Browse files
authored
Bump version to 332 (#18287)
1 parent 7d0dd4f commit f1c398a

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 = 1 // Patch version component of the current release
34+
Micro = 2 // 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)