Unverified Commit 7f428415 authored by Bobby Brennan's avatar Bobby Brennan Committed by GitHub
Browse files

update to v0.3.1 (#176)

parent b5a180d3
Showing with 5 additions and 2 deletions
+5 -2
# x.x.x (next release)
# 0.3.1
* Changed dashboard branding to refer to new org name Fairwinds
# 0.3.0
* Added `--set-exit-code-on-error` and `--set-exit-code-below-score` flags to better support CI/CD
......
......@@ -5,7 +5,7 @@
[![Version][version-image]][version-link] [![CircleCI][circleci-image]][circleci-link] [![Go Report Card][goreport-image]][goreport-link]
</div>
[version-image]: https://img.shields.io/static/v1.svg?label=Version&message=0.3.0&color=239922
[version-image]: https://img.shields.io/static/v1.svg?label=Version&message=0.3.1&color=239922
[version-link]: https://github.com/FairwindsOps/polaris
[goreport-image]: https://goreportcard.com/badge/github.com/FairwindsOps/polaris
......
......@@ -42,7 +42,7 @@ import (
const (
// Version represents the current release version of Polaris
Version = "0.3.0"
Version = "0.3.1"
)
func main() {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment