summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-04-03 22:41:04 +0000
committerChef Versioner <chef-versioner@chef.io>2017-04-03 22:41:04 +0000
commitf780b3661c288b1e75e8ae76e9931e2145ffd756 (patch)
tree5f065f6ffef92584f3cba764d84542a0c9025f09 /lib
parent8c5dfde3ddf04593bbe43b758a0649f814d9dfb3 (diff)
downloadchef-f780b3661c288b1e75e8ae76e9931e2145ffd756.tar.gz
Bump version of chef to 13.0.90 by Chef Versioner.v13.0.90
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 0d4ace5714..0028d47948 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.0.89"
+ VERSION = "13.0.90"
end
#