summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-01-04 02:39:31 +0000
committerChef Versioner <chef-versioner@chef.io>2017-01-04 02:39:31 +0000
commitc751f867f72f90b19b3355bdab009a354677e853 (patch)
tree43ca0066affdc71ca315e9e428d9c802fd5b16a8 /lib/chef/version.rb
parent8a114f1b2a7f8fbc0cf6fb8e5908f20bc2b54f84 (diff)
downloadchef-c751f867f72f90b19b3355bdab009a354677e853.tar.gz
Bump version of chef to 12.18.18 by Chef Versioner.v12.18.18
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 270c1f089c..f289bf4ad4 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.18.17"
+ VERSION = "12.18.18"
end
#