We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147b84b commit f969fd3Copy full SHA for f969fd3
CHANGELOG.md
@@ -54,7 +54,7 @@ RELEASE CHANGELOG TEMPLATE:
54
-->
55
56
<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)
+# [3.2.0](https://github.com/ligato/vpp-agent/compare/v3.1.0...v3.2.0) (2020-11-04)
58
59
### COMPATIBILITY
60
- VPP 20.09 (compatible)
pkg/version/version.go
@@ -25,7 +25,7 @@ import (
25
26
var (
27
app = "vpp-agent"
28
- version = "v3.2.0-beta"
+ version = "v3.2.0"
29
gitCommit = "unknown"
30
gitBranch = "HEAD"
31
buildUser = "unknown"
0 commit comments