summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-03-30 13:46:41 -0700
committersersut <serdar@opscode.com>2014-03-30 13:46:41 -0700
commitb7ef4738811d9bc77d004c690115b234b4e88ea2 (patch)
tree41878b03d1a1b33fa0cb70a2d5907eed248deef2
parentcacf2a53a3b789829dd6b5b2956e07cc1aa42931 (diff)
downloadchef-b7ef4738811d9bc77d004c690115b234b4e88ea2.tar.gz
Bump the version number of master to 11.14.0.alpha.0.11.14.0.alpha.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 fb8664ccef..44a5ab14e1 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.12.0.rc.0'
+ VERSION = '11.14.0.alpha.0'
end
# NOTE: the Chef::Version class is defined in version_class.rb