go-frameproto/versions.go

6 lines
54 B
Go
Raw Normal View History

2024-02-14 02:56:08 +00:00
package frameproto
const (
VersionVNext = "vNext"
)