Skip to content

Commit d716346

Browse files
Merge pull request #412 from ava-labs/version-bump-1.3.2
v1.3.2
2 parents 0d8581a + e0aeb48 commit d716346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
var (
14-
Version = version.NewDefaultVersion(constants.PlatformName, 1, 3, 1)
14+
Version = version.NewDefaultVersion(constants.PlatformName, 1, 3, 2)
1515
MinimumCompatibleVersion = version.NewDefaultVersion(constants.PlatformName, 1, 3, 0)
1616
PrevMinimumCompatibleVersion = version.NewDefaultVersion(constants.PlatformName, 1, 2, 0)
1717
MinimumUnmaskedVersion = version.NewDefaultVersion(constants.PlatformName, 1, 1, 0)

0 commit comments

Comments
 (0)