diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-05-26 12:58:35 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-05-26 12:58:35 +0000 |
commit | 8f7d2e4f4c4879885432fe05d65e00ba0f3865c1 (patch) | |
tree | b8c71f56df8a27d4fc7f4b48aa4b55910be388ec /lib | |
parent | bbab453785ca43bf54dde009e69f325cc978ab24 (diff) | |
download | chef-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.rb | 2 |
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 # |