diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2024-04-09 10:24:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-09 10:24:27 +0200 |
commit | 14a6c100977be6484eec419fdc8f496eb27b0677 (patch) | |
tree | 326d3cf8e0bc2ebba6f95c2553fd2c08cfba0347 /internal/version.go | |
parent | 5c0ceec2a62e2c1003aa72b4fa78bb09e53c3a84 (diff) |
Version 0.13.7 (#3349)v0.13.7helm-dendrite-0.14.1
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 1a757509..8616b82a 100644 --- a/internal/version.go +++ b/internal/version.go @@ -18,7 +18,7 @@ var build string const ( VersionMajor = 0 VersionMinor = 13 - VersionPatch = 6 + VersionPatch = 7 VersionTag = "" // example: "rc1" gitRevLen = 7 // 7 matches the displayed characters on github.com |