summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2014-08-21 13:42:19 -0700
committerdanielsdeleo <dan@getchef.com>2014-08-21 13:42:19 -0700
commit68c13b136a49b4e66cfe9d8aa2b5a85167b5bf9b (patch)
treefc8ac3cc23de062f220f2aa4587c43ac2e2a2000
parent99ffb469671574c5c817ccb08e73423e5632c518 (diff)
downloadchef-68c13b136a49b4e66cfe9d8aa2b5a85167b5bf9b.tar.gz
Bump version to 12.0.0 alpha 112.0.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 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
#