summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-03-16 08:36:06 -0700
committerMatt Wrock <matt@mattwrock.com>2016-03-16 08:36:06 -0700
commitca6a7320b24e2596ff34dd3a7d19dab6e999a818 (patch)
tree468e2b8ea23ae2cc9858eb1799262aac98c3a570
parent1ec54c1c3577e3a74e8b2ae7e4354894eb60c772 (diff)
downloadchef-ca6a7320b24e2596ff34dd3a7d19dab6e999a818.tar.gz
reverting version to 12.8.1 temporarily to avoid rerelease of ohai
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
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
#