diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2023-06-30 08:49:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-30 08:49:37 +0200 |
commit | 2ee03fd65721e6a95ad3c6b4f2da7cd8b762041a (patch) | |
tree | a1b9e54de1198419752884cdde2736f1d9e85378 /internal/version.go | |
parent | de1ed9d486633b335d2fc037f1a3f008e0558129 (diff) |
Version 0.13.0 (#3127)v0.13.0helm-dendrite-0.13.0
Diffstat (limited to 'internal/version.go')
-rw-r--r-- | internal/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go index 90754758..56d61d7b 100644 --- a/internal/version.go +++ b/internal/version.go @@ -16,7 +16,7 @@ var build string const ( VersionMajor = 0 - VersionMinor = 12 + VersionMinor = 13 VersionPatch = 0 VersionTag = "" // example: "rc1" ) |