summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-05-10 16:58:00 +0000
committerChef Versioner <chef-versioner@chef.io>2017-05-10 16:58:00 +0000
commit462f780b54eb12eab0b4cbe419ed5051b92bb1ae (patch)
tree19ee196698482165d49b045a667fd52305204ebd /lib
parent7621c7d4a601899c577cce15e0202f64f4facb9e (diff)
downloadchef-462f780b54eb12eab0b4cbe419ed5051b92bb1ae.tar.gz
Bump version of chef to 13.1.12 by Chef Versioner.v13.1.12
Diffstat (limited to 'lib')
-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 53dc285615..98a4558634 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "13.1.11"
+ VERSION = "13.1.12"
end
#