aboutsummaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorTill <2353100+S7evinK@users.noreply.github.com>2023-01-20 16:20:01 +0100
committerGitHub <noreply@github.com>2023-01-20 16:20:01 +0100
commit430932f0f161dd836c98082ff97b57beedec02e6 (patch)
tree8f8642e9e0ab912cb9833111a812a25a63e29ffd /internal/version.go
parent25cb65acdbb6702e84a6bcb6245d6d23d90c2359 (diff)
Version 0.11.0 (#2949)v0.11.0helm-dendrite-0.11.0
Diffstat (limited to 'internal/version.go')
-rw-r--r--internal/version.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/version.go b/internal/version.go
index ff31dd78..fbe4a01b 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -16,8 +16,8 @@ var build string
const (
VersionMajor = 0
- VersionMinor = 10
- VersionPatch = 9
+ VersionMinor = 11
+ VersionPatch = 0
VersionTag = "" // example: "rc1"
)