summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2015-05-13 17:05:40 -0700
committerdanielsdeleo <dan@getchef.com>2015-05-20 15:13:56 -0700
commit1428270b0f2d0f2ae5d62ecb2aa512ffa7ac773e (patch)
tree9d98fa3d2a9f1b7ffcd49cd1465b8aa3269e6430 /lib/chef/version.rb
parent12a608c962d2eaa6c8b410794530fb104167162c (diff)
downloadchef-1428270b0f2d0f2ae5d62ecb2aa512ffa7ac773e.tar.gz
Update rake tasks for componentization
Diffstat (limited to 'lib/chef/version.rb')
-rw-r--r--lib/chef/version.rb10
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 30ede54095..f7466084b6 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -1,6 +1,4 @@
-
-# Author:: Daniel DeLeo (<dan@opscode.com>)
-# Copyright:: Copyright (c) 2010-2011 Opscode, Inc.
+# Copyright:: Copyright (c) 2010-2015 Chef Software, Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -15,6 +13,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+# NOTE: This file is generated by running `rake version` in the top level of
+# this repo. Do not edit this manually. Edit the VERSION file and run the rake
+# task instead.
+#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
VERSION = '12.4.0.dev.0'