summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-05-16 10:43:34 +0000
committerChef Versioner <chef-versioner@chef.io>2017-05-16 10:43:34 +0000
commita2890be2422453dee593ffb1f5eb6a49271c83be (patch)
tree2f5c59dddd4320d01bad2a4e4e56c51979c27f01 /lib/chef/version.rb
parentef44e5bd88682bf783b58ce665f4fb7d6bd76dd8 (diff)
downloadchef-a2890be2422453dee593ffb1f5eb6a49271c83be.tar.gz
Bump version of chef to 13.1.20 by Chef Versioner.v13.1.20
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 b1ff9d15fb..32633520e6 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.19"
+ VERSION = "13.1.20"
end
#