summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-05-26 12:58:35 +0000
committerChef Versioner <chef-versioner@chef.io>2017-05-26 12:58:35 +0000
commit8f7d2e4f4c4879885432fe05d65e00ba0f3865c1 (patch)
treeb8c71f56df8a27d4fc7f4b48aa4b55910be388ec /lib
parentbbab453785ca43bf54dde009e69f325cc978ab24 (diff)
downloadchef-8f7d2e4f4c4879885432fe05d65e00ba0f3865c1.tar.gz
Bump version of chef to 13.1.30 by Chef Versioner.v13.1.30
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 5a148ae58a..a73e394ee5 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.29"
+ VERSION = "13.1.30"
end
#