summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-02-19 13:19:57 -0800
committerJay Mundrawala <jdmundrawala@gmail.com>2015-02-19 13:21:06 -0800
commit1f3ae319c833e8782f3f5722727d1cebf53b4a4f (patch)
tree49692767fcfcc50fb50f820270fe4b9d5360c017
parentb69b4efc17c6a34a43df6265d02a624fe2e8dd14 (diff)
downloadchef-1f3ae319c833e8782f3f5722727d1cebf53b4a4f.tar.gz
Chef 12.1.0.rc.0
-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 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
#