Skip to content

Commit 5c01b1e

Browse files
[3.3] v up (#18190)
1 parent d289f4d commit 5c01b1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

db/recsplit/index.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import (
2222
"encoding/binary"
2323
"errors"
2424
"fmt"
25-
"github.com/erigontech/erigon/db/version"
2625
"math"
2726
"math/bits"
2827
"os"
@@ -41,6 +40,7 @@ import (
4140
"github.com/erigontech/erigon/db/datastruct/fusefilter"
4241
"github.com/erigontech/erigon/db/recsplit/eliasfano16"
4342
"github.com/erigontech/erigon/db/recsplit/eliasfano32"
43+
"github.com/erigontech/erigon/db/version"
4444
)
4545

4646
type Features byte

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