diff --git a/config/version.go b/config/version.go index d1954ab315..1c3cb549f6 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 = 18 +const VersionMinor = 19 // Version is the type holding our full version information. type Version struct {