summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-09-02 22:56:14 +0000
committerChef Versioner <chef-versioner@chef.io>2016-09-02 22:56:14 +0000
commitcc1f3e504b05e2cf42ec72b0baf1cfc3ef624e03 (patch)
treea08663c8d10990d020c93bf6b561ea9b0467264b /lib/chef/version.rb
parent0f22a91d474c376eb4e77112cb3b2ea998ca4eba (diff)
downloadchef-cc1f3e504b05e2cf42ec72b0baf1cfc3ef624e03.tar.gz
Bump version of chef to 12.14.48 by Chef Versioner.v12.14.48
Diffstat (limited to 'lib/chef/version.rb')
-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 53b4a12416..a94f88a0b2 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "12.14.47"
+ VERSION = "12.14.48"
end
#