diff options
author | John Keiser <john@johnkeiser.com> | 2016-03-21 15:29:08 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-03-21 16:26:40 -0700 |
commit | cf22046b51c641be8338c669e871e292f4a6188f (patch) | |
tree | 5af3af84111bcbecdc6d5aa3660334a08337bb34 /lib | |
parent | a3f7e9cd52e8901cbfc5dfa3d93c032dec2ddb7e (diff) | |
download | chef-cf22046b51c641be8338c669e871e292f4a6188f.tar.gz |
Add version:bump and version:show tasks for version-bump-botjk/version-bumper
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index c1a094c663..01240e91fd 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -20,7 +20,7 @@ #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! class Chef - CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__))) + CHEF_ROOT = File.expand_path("../..", __FILE__) VERSION = "12.8.1" end |