summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-03-06 15:42:29 -0800
committerJay Mundrawala <jdmundrawala@gmail.com>2015-03-06 15:42:29 -0800
commit619a80f5f39ec8eb4ed4b6d5486486335002dbba (patch)
tree3a392f31750ef3f1925b002d1e83eb4d925c6039
parentb57ede8e5d829f623aceb7d7b77631f9c63d539f (diff)
downloadchef-jdm/dev-version.tar.gz
Use dev version in masterjdm/dev-version
-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 27ba372f61..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.1.0.rc.0'
+ VERSION = '12.2.0.dev.0'
end
#