summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2015-04-27 18:53:02 +0100
committerThom May <thom@chef.io>2015-04-27 18:53:02 +0100
commit0d33bac36794f905aa56db01d2d1fc54e8f1ae80 (patch)
tree5413649c1dd1983b035966ed30b450fac3d56ca8
parentf0d48e98e3f14a4a41c97021edc731a9b491618d (diff)
downloadchef-0d33bac36794f905aa56db01d2d1fc54e8f1ae80.tar.gz
bump to 12.3.0.rc.112.3.0.rc.1
-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 609fa5daf4..495990fb85 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.3.0.rc.0'
+ VERSION = '12.3.0.rc.1'
end
#