diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-10-14 15:53:58 +0100 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-10-14 15:53:58 +0100 |
commit | 81dbad39a3007a67b92f7abd669170a545a1f597 (patch) | |
tree | 9a84bf0cd8ff2dfa22b523fd8966ae4a35b30f7f /internal/version.go | |
parent | cd8f7e125172629984f60546446e7c9d261b26c0 (diff) |
Dendrite 0.10.3v0.10.3
commit c6e18c18e93b54c006c6b4d0044aa53a0735a906
Author: Neil Alexander <neilalexander@users.noreply.github.com>
Date: Fri Oct 14 15:42:58 2022 +0100
Changelog and version bump
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 56b83f85..c888748a 100644 --- a/internal/version.go +++ b/internal/version.go @@ -17,7 +17,7 @@ var build string const ( VersionMajor = 0 VersionMinor = 10 - VersionPatch = 2 + VersionPatch = 3 VersionTag = "" // example: "rc1" ) |