Skip to content

Commit bc54d33

Browse files
authored
[r32] version 3.2.2 (#17737)
1 parent 63a01b5 commit bc54d33

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 = 2 // 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
3737
VersionKeyCreated = "ErigonVersionCreated"

0 commit comments

Comments
 (0)