1
0
mirror of https://github.com/opencontainers/runtime-spec.git synced 2026-02-05 18:45:18 +01:00

Add back +dev

Signed-off-by: Kirtana Ashok <kirtana.ashok@gmail.com>
This commit is contained in:
Kirtana Ashok
2025-02-25 13:40:38 -08:00
parent 524fc0e1b8
commit 95a651f2cc

View File

@@ -11,7 +11,7 @@ const (
VersionPatch = 1
// VersionDev indicates development branch. Releases will be empty string.
VersionDev = ""
VersionDev = "+dev"
)
// Version is the specification version that the package types support.