diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-02-19 13:19:57 -0800 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-02-19 13:21:06 -0800 |
commit | 1f3ae319c833e8782f3f5722727d1cebf53b4a4f (patch) | |
tree | 49692767fcfcc50fb50f820270fe4b9d5360c017 /lib/chef/version.rb | |
parent | b69b4efc17c6a34a43df6265d02a624fe2e8dd14 (diff) | |
download | chef-1f3ae319c833e8782f3f5722727d1cebf53b4a4f.tar.gz |
Chef 12.1.0.rc.0
Diffstat (limited to 'lib/chef/version.rb')
-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 a8fc002399..27ba372f61 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.dev.0' + VERSION = '12.1.0.rc.0' end # |