Dendrite 0.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
This commit is contained in:
Neil Alexander 2022-10-14 15:53:58 +01:00
parent cd8f7e1251
commit 81dbad39a3
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 18 additions and 1 deletions

View file

@ -17,7 +17,7 @@ var build string
const (
VersionMajor = 0
VersionMinor = 10
VersionPatch = 2
VersionPatch = 3
VersionTag = "" // example: "rc1"
)