summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-03-13 17:02:45 -0700
committersersut <serdar@opscode.com>2014-03-13 17:02:45 -0700
commite767352ef9235a47662f69b0a95f8ee4564ff6d3 (patch)
tree65a3d9fb498e4e23d0aa8ecd59c2633674e052b1
parentec0a273404b6485e134798fa417b678d496a6d8f (diff)
downloadchef-ohai7-alpha-rel.tar.gz
Bump version number for OHAI 7 RC release.11.12.0.alpha.1ohai7-alpha-rel
-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 25f4a5307d..5e03adba6d 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.12.0.alpha.0'
+ VERSION = '11.12.0.alpha.1'
end
# NOTE: the Chef::Version class is defined in version_class.rb