summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2014-11-13 16:16:09 -0800
committerdanielsdeleo <dan@getchef.com>2014-11-13 16:16:09 -0800
commitddab6de7b100b4b3f18c414e1c2fc2ddaa5ca805 (patch)
tree5f65b04ab6d7dcee39ac8bb5ba3784fc80559cb3
parentb126d7cc687409ce1d10d72b6afd729b02eef7f9 (diff)
downloadchef-ddab6de7b100b4b3f18c414e1c2fc2ddaa5ca805.tar.gz
Bump version for 11.18.0.rc.111.18.0.rc.1
-rw-r--r--lib/chef/version.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 0655365322..4b4f5a6d93 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -1,4 +1,3 @@
-
# Author:: Daniel DeLeo (<dan@opscode.com>)
# Copyright:: Copyright (c) 2010-2011 Opscode, Inc.
# License:: Apache License, Version 2.0
@@ -17,7 +16,7 @@
class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
- VERSION = '11.18.0.rc.0'
+ VERSION = '11.18.0.rc.1'
end
# NOTE: the Chef::Version class is defined in version_class.rb