summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorSerdar Sutay <serdar@opscode.com>2014-10-27 10:09:50 -0700
committerSerdar Sutay <serdar@opscode.com>2014-10-27 10:09:50 -0700
commitcb978d59239e7fcfea48749334185caa7064b9ea (patch)
tree81a55447f0e0ebf86e62169049bd32a206b3a8ea /lib/chef/version.rb
parent886e4d2df558a013c823e8f0be929558f8b10257 (diff)
downloadchef-cb978d59239e7fcfea48749334185caa7064b9ea.tar.gz
Bump version number after branching for 12.0.0.
Diffstat (limited to 'lib/chef/version.rb')
-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 b2d3fe57ee..e0aa4c47c5 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.alpha.2'
+ VERSION = '12.2.0.dev.0'
end
#