diff options
author | John Keiser <jkeiser@opscode.com> | 2013-12-09 10:44:06 -0800 |
---|---|---|
committer | John Keiser <jkeiser@opscode.com> | 2013-12-09 10:44:06 -0800 |
commit | fa1e843e958cc7399037b3bffa9c305916814426 (patch) | |
tree | db4ed9c1f247e8ee1168ae44c260582127c9e6ac /lib/chef/version.rb | |
parent | 5e87b84187e8d341fc83bdc90f5a1ce25c871610 (diff) | |
download | chef-fa1e843e958cc7399037b3bffa9c305916814426.tar.gz |
Bump version to 11.10.0.alpha.111.10.0.alpha.1
Diffstat (limited to 'lib/chef/version.rb')
-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 aab1536529..31a9ba0f65 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.10.0.alpha.0' + VERSION = '11.10.0.alpha.1' end # NOTE: the Chef::Version class is defined in version_class.rb |