diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2023-09-28 12:06:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 12:06:21 +0200 |
commit | b341a66152269ea8c031955a6654dfb4b07e56e3 (patch) | |
tree | 86c49a182af58f3f89ff0d802ea06224862114c2 /internal | |
parent | 4d344b65b2132b1c4ce7fe4f142295b9716c9ca5 (diff) |
Version 0.13.3 (#3213)v0.13.3helm-dendrite-0.13.4
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 81e0fc52..1f8a62bc 100644 --- a/internal/version.go +++ b/internal/version.go @@ -18,7 +18,7 @@ var build string const ( VersionMajor = 0 VersionMinor = 13 - VersionPatch = 2 + VersionPatch = 3 VersionTag = "" // example: "rc1" gitRevLen = 7 // 7 matches the displayed characters on github.com |