Skip to content

Commit 1467c79

Browse files
authored
chore: updated oracle node version to v2.1.1 (#1275)
1 parent e0a41d9 commit 1467c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import "fmt"
55
const (
66
VersionMajor = 2 // Major version component of the current release
77
VersionMinor = 1 // Minor version component of the current release
8-
VersionPatch = 0 // Patch version component of the current release
8+
VersionPatch = 1 // Patch version component of the current release
99
VersionMeta = "" // Version metadata to append to the version string
1010
)
1111

0 commit comments

Comments
 (0)