Begin development for v0.5.0 24/34924/1
authorOndrej Fabry <ofabry@cisco.com>
Mon, 17 Jan 2022 10:44:25 +0000 (11:44 +0100)
committerOndrej Fabry <ofabry@cisco.com>
Mon, 17 Jan 2022 10:44:25 +0000 (11:44 +0100)
Change-Id: I612aca78176a9195db05387291335e5a12791f40
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
CHANGELOG.md
internal/version/version.go

index 995d04f..8e1fa2d 100644 (file)
@@ -11,6 +11,12 @@ This file lists changes for the GoVPP releases.
 -
 -->
 
+## 0.5.0
+
+> _TO BE RELESASED_
+
+
+
 ## 0.4.0
 
 > _17 January 2022_
index 939d50a..9cfbdf6 100644 (file)
@@ -24,9 +24,9 @@ import (
 
 const (
        Major      = 0
-       Minor      = 4
+       Minor      = 5
        Patch      = 0
-       PreRelease = ""
+       PreRelease = "dev"
 )
 
 // String formats the version string using semver format.
@@ -43,7 +43,7 @@ func String() string {
 // even with bare go build/install.
 var (
        name       = "govpp"
-       version    = "v0.4.0"
+       version    = "v0.5.0-dev"
        commit     = "unknown"
        branch     = "HEAD"
        buildStamp = ""