summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-02-17 14:22:00 -0800
committersersut <serdar@opscode.com>2014-02-17 14:22:00 -0800
commit89beb44870d16ca91f9b15766038e6d4f0dc86f6 (patch)
tree2760bdaec4d4e2aae298125282f93db10d8b7a87
parentcc2fab848e921133790f7ff61f43596a06ca7818 (diff)
downloadchef-89beb44870d16ca91f9b15766038e6d4f0dc86f6.tar.gz
Bump the version number to 11.10.2 for release.11.10.2
-rw-r--r--lib/chef/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index f8611c59f4..5ecd8cd16f 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -1,4 +1,4 @@
-#
+#rc
# Author:: Daniel DeLeo (<dan@opscode.com>)
# Copyright:: Copyright (c) 2010-2011 Opscode, Inc.
# License:: Apache License, Version 2.0
@@ -17,7 +17,7 @@
class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
- VERSION = '11.10.2.rc.0'
+ VERSION = '11.10.2'
end
# NOTE: the Chef::Version class is defined in version_class.rb