summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-04-29 17:22:44 -0700
committersersut <serdar@opscode.com>2014-04-29 17:22:44 -0700
commit410af3e88cf9f0793c56363563be8fa173244d3a (patch)
treee7a223c564367b87161d599480f4b6556d41ceac
parent66a498dfb5a5f757228896b4bf338c0b0d288418 (diff)
downloadchef-11.12.4.tar.gz
Bump the version number for release.11.12.4
-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 bb2ac5de32..7b61c096b4 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.12.4.rc.2'
+ VERSION = '11.12.4'
end
# NOTE: the Chef::Version class is defined in version_class.rb