bump version (#587)

This commit is contained in:
Robert Brennan
2021-07-14 10:26:27 -03:00
committed by GitHub
parent 01cc5fa642
commit ff8e66af07
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,6 +1,9 @@
---
sidebarDepth: 0
---
## 4.0.5
* Bugfix for repeated objects on the dashboard
## 4.0.4
* Bugfix for validating webhook and non-pod checks
+1 -1
View File
@@ -20,7 +20,7 @@ import (
const (
// Version represents the current release version of Polaris
Version = "4.0.4"
Version = "4.0.5"
)
func main() {