versions: add new spec version constants
Some checks are pending
Go / Lint (latest) (push) Waiting to run
Go / Build (old, libolm) (push) Waiting to run
Go / Build (latest, libolm) (push) Waiting to run
Go / Build (old, goolm) (push) Waiting to run
Go / Build (latest, goolm) (push) Waiting to run

This commit is contained in:
Tulir Asokan 2024-12-19 19:05:00 +02:00
commit ddcb5fa6c5

View file

@ -111,6 +111,8 @@ var (
SpecV19 = MustParseSpecVersion("v1.9")
SpecV110 = MustParseSpecVersion("v1.10")
SpecV111 = MustParseSpecVersion("v1.11")
SpecV112 = MustParseSpecVersion("v1.12")
SpecV113 = MustParseSpecVersion("v1.13")
)
func (svf SpecVersionFormat) String() string {