diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-11-12 19:55:02 -0800 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-11-12 19:55:02 -0800 |
commit | aaed02944aeabafa327e99fb93ac4212cd5dcd38 (patch) | |
tree | eae58251e61db66acca25e8bd90fa7150ef9f926 | |
parent | 52d7de56fe96440569f56b670d6ec578e3399160 (diff) | |
download | chef-aaed02944aeabafa327e99fb93ac4212cd5dcd38.tar.gz |
Pin version for 12.0.0.rc.1.12.0.0.rc.1
-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 c05c889979..3816bffbc0 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.rc.0' + VERSION = '12.0.0.rc.1' end # |