From ca4b45451faf747b42043e7cc09cc5fec27cd545 Mon Sep 17 00:00:00 2001 From: Bobby Brennan Date: Mon, 10 Jun 2019 14:43:15 +0000 Subject: [PATCH] re-bump output version --- pkg/validator/fullaudit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/validator/fullaudit.go b/pkg/validator/fullaudit.go index a4f2b6fe..4ef0e563 100644 --- a/pkg/validator/fullaudit.go +++ b/pkg/validator/fullaudit.go @@ -9,7 +9,7 @@ import ( const ( // PolarisOutputVersion is the version of the current output structure - PolarisOutputVersion = "0.1" + PolarisOutputVersion = "0.2" ) // ClusterSummary contains Polaris results as well as some high-level stats