go.mod: Update runtime spec to include features.MountExtensions

Future patches will use that field.

Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
This commit is contained in:
Rodrigo Campos
2023-08-24 12:27:52 +02:00
parent a81f80884b
commit fce1b95076
7 changed files with 27 additions and 12 deletions

View File

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