aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorTill <2353100+S7evinK@users.noreply.github.com>2023-09-28 12:06:21 +0200
committerGitHub <noreply@github.com>2023-09-28 12:06:21 +0200
commitb341a66152269ea8c031955a6654dfb4b07e56e3 (patch)
tree86c49a182af58f3f89ff0d802ea06224862114c2 /internal
parent4d344b65b2132b1c4ce7fe4f142295b9716c9ca5 (diff)
Version 0.13.3 (#3213)v0.13.3helm-dendrite-0.13.4
Diffstat (limited to 'internal')
-rw-r--r--internal/version.go2
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