summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-04-07 11:35:51 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-04-07 11:35:51 -0700
commita6d6930136cabac3ce9befcef9427a0a1215f653 (patch)
treee04e10a8179d57d562156d19ed715f01d247501c
parent204a52df8689fdc6e15d5bcc313fe079f9b775f9 (diff)
downloadchef-11.14.0.alpha.1.tar.gz
bump to 11.14.0.alpha.1 to add annotated tag11.14.0.alpha.1
-rw-r--r--lib/chef/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 44a5ab14e1..344368c1e2 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -1,4 +1,4 @@
-#
+
# Author:: Daniel DeLeo (<dan@opscode.com>)
# Copyright:: Copyright (c) 2010-2011 Opscode, Inc.
# License:: Apache License, Version 2.0
@@ -17,7 +17,7 @@
class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
- VERSION = '11.14.0.alpha.0'
+ VERSION = '11.14.0.alpha.1'
end
# NOTE: the Chef::Version class is defined in version_class.rb