summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-06-09 20:12:32 +0000
committerChef Versioner <chef-versioner@chef.io>2017-06-09 20:12:32 +0000
commita0356ac0bc82db6b106cebcdca8739c94e908312 (patch)
tree354ab9324d96eb8e33605ca6b04d5b2a711a07ed /lib/chef/version.rb
parentffb94e6a42422ffee5a77298cc78f2bbb044b803 (diff)
downloadchef-a0356ac0bc82db6b106cebcdca8739c94e908312.tar.gz
Bump version of chef to 13.2.12 by Chef Versioner.v13.2.12
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 849c873dc5..6da5e0750a 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("13.2.11")
+ VERSION = Chef::VersionString.new("13.2.12")
end
#