summaryrefslogtreecommitdiff
path: root/config/version.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/version.go')
-rw-r--r--config/version.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/version.go b/config/version.go
index 39a80b6b8..1980378d9 100644
--- a/config/version.go
+++ b/config/version.go
@@ -29,11 +29,11 @@ import (
// VersionMajor is the Major semantic version number (#.y.z) - changed when first public release (0.y.z -> 1.y.z)
// and when backwards compatibility is broken.
-const VersionMajor = 2
+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 = 10
+const VersionMinor = 0
// Version is the type holding our full version information.
type Version struct {