diff options
author | sersut <serdar@opscode.com> | 2014-05-30 14:32:45 -0700 |
---|---|---|
committer | sersut <serdar@opscode.com> | 2014-05-30 14:32:45 -0700 |
commit | 7588211ecb83c9592065359622ff6cef98d773af (patch) | |
tree | 508d7a8f54b1561f7465df631de842ac723cd3cb | |
parent | 3aa31bb30cd131626a7b94e66547b1ba7136b06c (diff) | |
download | chef-7588211ecb83c9592065359622ff6cef98d773af.tar.gz |
Bump the version number post alpha release.
-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 80d075d768..3f9d1cbcd9 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.3' + VERSION = '11.14.0.alpha.4' end # NOTE: the Chef::Version class is defined in version_class.rb |