Skip to content

Commit

Permalink
version: add dev to 5.19.2
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya R <arajan@redhat.com>
  • Loading branch information
flouthoc committed Mar 23, 2022
1 parent 7714965 commit 7f0f60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -11,7 +11,7 @@ const (
VersionPatch = 2

// VersionDev indicates development branch. Releases will be empty string.
VersionDev = ""
VersionDev = "-dev"
)

// Version is the specification version that the package types support.
Expand Down

0 comments on commit 7f0f60e

Please sign in to comment.