diff options
author | Matt Wrock <matt@mattwrock.com> | 2016-03-16 08:36:06 -0700 |
---|---|---|
committer | Matt Wrock <matt@mattwrock.com> | 2016-03-16 08:36:06 -0700 |
commit | ca6a7320b24e2596ff34dd3a7d19dab6e999a818 (patch) | |
tree | 468e2b8ea23ae2cc9858eb1799262aac98c3a570 | |
parent | 1ec54c1c3577e3a74e8b2ae7e4354894eb60c772 (diff) | |
download | chef-ca6a7320b24e2596ff34dd3a7d19dab6e999a818.tar.gz |
reverting version to 12.8.1 temporarily to avoid rerelease of ohai
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 # |