summaryrefslogtreecommitdiff
path: root/lib
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 /lib
parent1ec54c1c3577e3a74e8b2ae7e4354894eb60c772 (diff)
downloadchef-ca6a7320b24e2596ff34dd3a7d19dab6e999a818.tar.gz
reverting version to 12.8.1 temporarily to avoid rerelease of ohai
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
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
#