summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2013-12-09 10:44:06 -0800
committerJohn Keiser <jkeiser@opscode.com>2013-12-09 10:44:06 -0800
commitfa1e843e958cc7399037b3bffa9c305916814426 (patch)
treedb4ed9c1f247e8ee1168ae44c260582127c9e6ac
parent5e87b84187e8d341fc83bdc90f5a1ce25c871610 (diff)
downloadchef-fa1e843e958cc7399037b3bffa9c305916814426.tar.gz
Bump version to 11.10.0.alpha.111.10.0.alpha.1
-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 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