summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2013-05-13 11:52:00 -0700
committerdanielsdeleo <dan@opscode.com>2013-05-13 11:52:00 -0700
commit3613dc12c620206213e23f8cd0590f40e9475c5b (patch)
tree55d61f544801ebc48287b71eb29ec67865d49d82
parentcba4cccb2d12283f8e39a23bc92c8e925f3ec8ee (diff)
downloadchef-omnitruck-testing.tar.gz
set version to 11.5.0.alpha.0 for release pipeline testing11.5.0.alpha.0omnitruck-testing
a "real" version number is required for a build to go through the pipeline to full release. This release is marked with both development (odd version number) and prerelease (alpha) indicators in the version number, so it should not be mistaken for a production release.
-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 faad63658c..fca2a82702 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.4.0'
+ VERSION = '11.5.0.alpha.0'
end
# NOTE: the Chef::Version class is defined in version_class.rb