diff --git a/config/version.go b/config/version.go index 6d1a91c3f2..b1ff30a24b 100644 --- a/config/version.go +++ b/config/version.go @@ -33,7 +33,7 @@ const VersionMajor = 3 // VersionMinor is the Minor semantic version number (x.#.z) - changed when backwards-compatible features are introduced. // Not enforced until after initial public release (x > 0). -const VersionMinor = 13 +const VersionMinor = 14 // Version is the type holding our full version information. type Version struct {