We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aacef04 + 2713283 commit 72ff8aaCopy full SHA for 72ff8aa
db/version/app.go
@@ -33,7 +33,7 @@ const (
33
Minor = 3 // Minor version component of the current release
34
Micro = 4 // Micro version component of the current release
35
Modifier = "" // Modifier component of the current release
36
- DefaultSnapshotGitBranch = "release/3.2" // Branch of erigontech/erigon-snapshot to use in OtterSync
+ DefaultSnapshotGitBranch = "main" // Branch of erigontech/erigon-snapshot to use in OtterSync
37
VersionKeyCreated = "ErigonVersionCreated"
38
VersionKeyFinished = "ErigonVersionFinished"
39
ClientName = "erigon"
0 commit comments