Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions db/version/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ var (

// see https://calver.org
const (
Major = 3 // Major version component of the current release
Minor = 4 // Minor version component of the current release
Micro = 0 // Patch version component of the current release
Modifier = "dev" // Modifier component of the current release
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
Major = 3 // Major version component of the current release
Minor = 4 // Minor version component of the current release
Micro = 0 // Patch version component of the current release
Modifier = "dev" // Modifier component of the current release
DefaultSnapshotGitBranch = "main" // Branch of erigontech/erigon-snapshot to use in OtterSync.
VersionKeyCreated = "ErigonVersionCreated"
VersionKeyFinished = "ErigonVersionFinished"
ClientName = "erigon"
Expand Down
Loading