diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2023-03-13 20:02:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-13 20:02:57 +0100 |
commit | 74dc54684b03b7b0c72cfa7352c2afce37e59b14 (patch) | |
tree | 80ffdadd3b46e689095e86da464fb046f17c8212 /internal | |
parent | 232aef016c928fddd57ac84ff1c9827db4eb68df (diff) |
Version 0.12.0 (#3009)v0.12.0helm-dendrite-0.12.0
Diffstat (limited to 'internal')
-rw-r--r-- | internal/version.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/version.go b/internal/version.go index e2655cb6..90754758 100644 --- a/internal/version.go +++ b/internal/version.go @@ -16,8 +16,8 @@ var build string const ( VersionMajor = 0 - VersionMinor = 11 - VersionPatch = 1 + VersionMinor = 12 + VersionPatch = 0 VersionTag = "" // example: "rc1" ) |