diff options
author | Ondrej Fabry <ofabry@cisco.com> | 2020-05-18 14:46:00 +0200 |
---|---|---|
committer | Ondrej Fabry <ofabry@cisco.com> | 2020-05-18 14:46:00 +0200 |
commit | f049390060630c0085fe4ad683c83a4a14a47ffb (patch) | |
tree | dba049e59593d2988e2af3377236b37efc1f47fc /version | |
parent | 7ca550fd6421bdeb1e81b33198965f24398cfac1 (diff) |
Bump version to v0.3.5v0.3.5
Change-Id: I14aa5446ad218f06a06b9e40e0adde6ca81e4819
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Diffstat (limited to 'version')
-rw-r--r-- | version/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version/version.go b/version/version.go index ed5922e..eb8063a 100644 --- a/version/version.go +++ b/version/version.go @@ -23,7 +23,7 @@ import ( var ( name = "govpp" - version = "v0.3.2" + version = "v0.3.5" commitHash = "unknown" buildBranch = "HEAD" buildStamp = "" |