mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
Add constant for spec v1.4
This commit is contained in:
parent
b595ccc496
commit
e3bb03b476
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ var (
|
|||
SpecV11 = MustParseSpecVersion("v1.1")
|
||||
SpecV12 = MustParseSpecVersion("v1.2")
|
||||
SpecV13 = MustParseSpecVersion("v1.3")
|
||||
SpecV14 = MustParseSpecVersion("v1.4")
|
||||
)
|
||||
|
||||
func (svf SpecVersionFormat) String() string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue