aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorTill <2353100+S7evinK@users.noreply.github.com>2023-02-10 18:36:59 +0100
committerGitHub <noreply@github.com>2023-02-10 18:36:59 +0100
commitcc59879faa57cac043cf5f1585773b301994bebf (patch)
tree5a63a4c42e7ddf5830a6451ca808d8f296faa0c6 /internal
parente64ed0934d68d7022fffbb0e1f764d7fad614719 (diff)
Version 0.11.1 (#2966)v0.11.1helm-dendrite-0.11.1
Diffstat (limited to 'internal')
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index fbe4a01b..e2655cb6 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -17,7 +17,7 @@ var build string
const (
VersionMajor = 0
VersionMinor = 11
- VersionPatch = 0
+ VersionPatch = 1
VersionTag = "" // example: "rc1"
)