summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-05-23 21:45:04 +0000
committerChef Versioner <chef-versioner@chef.io>2017-05-23 21:45:04 +0000
commita228e5fb04a979021247f0a6ef8315c8508350d5 (patch)
treed53fd23b55ef8488510d01d117ffb89ff7368f52 /lib/chef
parentc4509489877cf3058f40d1d97459ca6a01bb3119 (diff)
downloadchef-a228e5fb04a979021247f0a6ef8315c8508350d5.tar.gz
Bump version of chef to 13.1.22 by Chef Versioner.v13.1.22
Diffstat (limited to 'lib/chef')
-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 6bf1fb664b..a6aa035252 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.21"
+ VERSION = "13.1.22"
end
#