summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2014-12-09 00:11:25 -0800
committerSerdar Sutay <serdar@opscode.com>2014-12-09 00:11:25 -0800
commit02d04e4589d4baa1e71a05c37a44e2588bbed178 (patch)
tree3963cbe57586c5287e5c7b5b3871279b144a6ef9
parent5bd1fc9ff743effbd20c76dcd279d936b1a24332 (diff)
downloadchef-02d04e4589d4baa1e71a05c37a44e2588bbed178.tar.gz
Bump the version number for 12.0.1.12.0.1
-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 72e2e837d9..d7facec637 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -17,7 +17,7 @@
class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
- VERSION = '12.0.0'
+ VERSION = '12.0.1'
end
#