diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-03-27 09:14:29 -0700 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-03-27 09:14:29 -0700 |
commit | 8a115b0848a0d394f2040d22b9562728de6d55a9 (patch) | |
tree | 1c9dfa51f053e0110b6590cb1e5f282b97902fda /lib/chef | |
parent | b393590edbb71d50d2bc2809c4295a41a1568246 (diff) | |
download | chef-8a115b0848a0d394f2040d22b9562728de6d55a9.tar.gz |
Master is version 12.3.0.dev.0
Diffstat (limited to 'lib/chef')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index e0aa4c47c5..3fa3939a62 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.2.0.dev.0' + VERSION = '12.3.0.dev.0' end # |