0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-14 02:18:34 +02:00

Version 0.8.3rc1

This commit is contained in:
Neil Alexander 2022-05-06 16:34:52 +01:00
parent 6bc6184d70
commit 633ca06eb9
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

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