From 68c13b136a49b4e66cfe9d8aa2b5a85167b5bf9b Mon Sep 17 00:00:00 2001 From: danielsdeleo Date: Thu, 21 Aug 2014 13:42:19 -0700 Subject: Bump version to 12.0.0 alpha 1 --- lib/chef/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/chef/version.rb b/lib/chef/version.rb index ea1002ee37..be449d4fa0 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 = '12.0.0.alpha.0' + VERSION = '12.0.0.alpha.1' end # -- cgit v1.2.1