Skip to content

Commit

Permalink
bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Jul 9, 2021
1 parent b82f327 commit a3930fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
var (
String string // Printed when CLI arg --version is used
GitCommit string // Set in the build script (i.e. at compile time)
Current = NewDefaultVersion(1, 4, 9)
Current = NewDefaultVersion(1, 4, 10)
CurrentApp = NewDefaultApplication(constants.PlatformName, Current.Major(), Current.Minor(), Current.Patch())
MinimumCompatibleVersion = NewDefaultApplication(constants.PlatformName, 1, 4, 5)
PrevMinimumCompatibleVersion = NewDefaultApplication(constants.PlatformName, 1, 3, 0)
Expand Down

0 comments on commit a3930fe

Please sign in to comment.