From 1e40f086bcd44c2cedd4725caa49af53e0778235 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 6 Jan 2025 11:50:26 +0000 Subject: [PATCH] Bump version to 0.1.1 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- VERSION | 2 +- lib/chef-cli/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6c6aa7cb..6da28dde 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.1.1 \ No newline at end of file diff --git a/lib/chef-cli/version.rb b/lib/chef-cli/version.rb index 6596023c..0640a971 100644 --- a/lib/chef-cli/version.rb +++ b/lib/chef-cli/version.rb @@ -16,5 +16,5 @@ # module ChefCLI - VERSION = "0.1.0".freeze + VERSION = "0.1.1".freeze end