diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-02-14 22:36:29 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-02-14 22:36:29 +0000 |
commit | ac07b819652edb10b0421c12c16cce13e6e70f23 (patch) | |
tree | b582e61940f4460a74c3b26116a973f50ec9d136 /lib | |
parent | 72591651e0c528cefe101fb69f04131450e20e2d (diff) | |
download | chef-ac07b819652edb10b0421c12c16cce13e6e70f23.tar.gz |
Bump version of chef to 12.19.30 by Chef Versioner.v12.19.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 c8055983bf..a7f9b8061a 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -21,7 +21,7 @@ class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = "12.19.29" + VERSION = "12.19.30" end # |