From 41e1eff9dc569418f1deefdf0d288ea94dd5b1b3 Mon Sep 17 00:00:00 2001 From: Genevieve Luyt <11131143+genevieveluyt@users.noreply.github.com> Date: Tue, 18 May 2021 17:38:19 -0400 Subject: [PATCH] Fix the version (#340) --- README.md | 2 +- cmd/commands/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67ed3c77..bd860b2e 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Kubeaudit has official releases that are blessed and stable: ### DIY build Master may have newer features than the stable releases. If you need a newer -feature not yet included in a release, make sure you're using Go 1.16 and run +feature not yet included in a release, make sure you're using Go 1.16+ and run the following: ```sh diff --git a/cmd/commands/VERSION b/cmd/commands/VERSION index 850e7424..930e3000 100644 --- a/cmd/commands/VERSION +++ b/cmd/commands/VERSION @@ -1 +1 @@ -1.14.0 +0.14.1