diff options
author | sersut <serdar@opscode.com> | 2014-05-30 14:29:36 -0700 |
---|---|---|
committer | sersut <serdar@opscode.com> | 2014-05-30 14:29:36 -0700 |
commit | 3aa31bb30cd131626a7b94e66547b1ba7136b06c (patch) | |
tree | 6b301cb2f6594f1bcc42b990d8cf3497221c5fcf | |
parent | 315f8b819f783e19deab86766d919dca8bf749e3 (diff) | |
download | chef-3aa31bb30cd131626a7b94e66547b1ba7136b06c.tar.gz |
Bump version number for alpha release.11.14.0.alpha.3
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 35b67aad95..80d075d768 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.14.0.alpha.2' + VERSION = '11.14.0.alpha.3' end # NOTE: the Chef::Version class is defined in version_class.rb |