diff options
author | Scott Christopherson <scott@scott-christopherson.com> | 2016-12-13 17:18:58 -0500 |
---|---|---|
committer | Scott Christopherson <scott@scott-christopherson.com> | 2016-12-13 17:19:55 -0500 |
commit | d7972e94498e23193d90d7e1f108333b1b746cb6 (patch) | |
tree | e628423bcd3414bd595218c0f8fd30e3c431ff75 /lib | |
parent | 28ec5154589de42a83f2d4e056a3ed8b15ad0a7c (diff) | |
download | chef-zero-d7972e94498e23193d90d7e1f108333b1b746cb6.tar.gz |
Release 5.1.15.1.1-release
Signed-off-by: Scott Christopherson <scott@chef.io>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef_zero/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb index ad54e4b..deaab29 100644 --- a/lib/chef_zero/version.rb +++ b/lib/chef_zero/version.rb @@ -1,3 +1,3 @@ module ChefZero - VERSION = "5.1.0" + VERSION = "5.1.1" end |