diff --git a/config/version.go b/config/version.go index 6dc23ee5b1..94a82a6ca8 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 = 27 +const VersionMinor = 28 // Version is the type holding our full version information. type Version struct {