Skip to content

Commit 7719146

Browse files
committed
Begin development for v0.13
Signed-off-by: Ondrej Fabry <ondrej@fabry.dev>
1 parent 2b020cf commit 7719146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
// even with bare go build/install.
2929
var (
3030
name = "govpp"
31-
version = "v0.12.0"
31+
version = "v0.13.0-dev"
3232
commit = "unknown"
3333
branch = "HEAD"
3434
buildStamp = ""

0 commit comments

Comments
 (0)