Skip to content

Commit 72ff8aa

Browse files
committed
Merge branch 'manav/fix-snapshot-git-branch' into v3.3.4-candidate
2 parents aacef04 + 2713283 commit 72ff8aa

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
@@ -33,7 +33,7 @@ const (
3333
Minor = 3 // Minor version component of the current release
3434
Micro = 4 // Micro version component of the current release
3535
Modifier = "" // Modifier component of the current release
36-
DefaultSnapshotGitBranch = "release/3.2" // Branch of erigontech/erigon-snapshot to use in OtterSync
36+
DefaultSnapshotGitBranch = "main" // Branch of erigontech/erigon-snapshot to use in OtterSync
3737
VersionKeyCreated = "ErigonVersionCreated"
3838
VersionKeyFinished = "ErigonVersionFinished"
3939
ClientName = "erigon"

0 commit comments

Comments
 (0)