diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2023-12-12 16:55:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-12 16:55:03 +0100 |
commit | b7054f4274a0c78aba8d3b9e29ae23d2d6172655 (patch) | |
tree | 2cdc6a3886e02a0b1209120c0980ac73eb9ac006 /internal | |
parent | 1555b3542d7da8243abc21e6a29758ebe419e5b5 (diff) |
Version 0.13.5 (#3285)v0.13.5helm-dendrite-0.13.6
Diffstat (limited to 'internal')
-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 55726ddc..3fc52e37 100644 --- a/internal/version.go +++ b/internal/version.go @@ -18,7 +18,7 @@ var build string const ( VersionMajor = 0 VersionMinor = 13 - VersionPatch = 4 + VersionPatch = 5 VersionTag = "" // example: "rc1" gitRevLen = 7 // 7 matches the displayed characters on github.com |