Skip to content

Commit f969fd3

Browse files
committed
Bump version to v3.2.0
Signed-off-by: Ondrej Fabry <[email protected]>
1 parent 147b84b commit f969fd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RELEASE CHANGELOG TEMPLATE:
5454
-->
5555

5656
<a name="v3.2.0"></a>
57-
# [3.2.0](https://github.com/ligato/vpp-agent/compare/v3.1.0...v3.2.0) (2020-11-03)
57+
# [3.2.0](https://github.com/ligato/vpp-agent/compare/v3.1.0...v3.2.0) (2020-11-04)
5858

5959
### COMPATIBILITY
6060
- VPP 20.09 (compatible)

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525

2626
var (
2727
app = "vpp-agent"
28-
version = "v3.2.0-beta"
28+
version = "v3.2.0"
2929
gitCommit = "unknown"
3030
gitBranch = "HEAD"
3131
buildUser = "unknown"

0 commit comments

Comments
 (0)