From ca6a7320b24e2596ff34dd3a7d19dab6e999a818 Mon Sep 17 00:00:00 2001 From: Matt Wrock Date: Wed, 16 Mar 2016 08:36:06 -0700 Subject: reverting version to 12.8.1 temporarily to avoid rerelease of ohai --- VERSION | 2 +- chef-config/lib/chef-config/version.rb | 2 +- lib/chef/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index d581945ced..e56b2006c5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.9.0 +12.8.1 diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 2c15eb1693..38635885c6 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__))) - VERSION = "12.9.0" + VERSION = "12.8.1" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 9d42fa581a..c1a094c663 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -21,7 +21,7 @@ class Chef CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__))) - VERSION = "12.9.0" + VERSION = "12.8.1" end # -- cgit v1.2.1