summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-02-06 09:08:51 -0800
committersersut <serdar@opscode.com>2014-02-06 09:08:51 -0800
commit17307a586520481ea5481ecbe357c19e20fbe7b2 (patch)
tree875fc9070380a093152966b1eca589f3aab6faf0
parent0ce121ed88185ca876f9b3df75e0cce72f3ab3af (diff)
downloadchef-17307a586520481ea5481ecbe357c19e20fbe7b2.tar.gz
Bump the version number for release.11.10.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 4aff92d00b..e0e3e8dc5f 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 = '11.10.0.rc.1'
+ VERSION = '11.10.0'
end
# NOTE: the Chef::Version class is defined in version_class.rb