diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-06-25 15:34:56 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-06-25 15:34:56 +0000 |
commit | b5e8f7780d7ef11d1a438565c619c5d19a602018 (patch) | |
tree | f03cd1f95a39e53274c7a0e3bfd7967b39faf120 /lib/mixlib/log/version.rb | |
parent | a9ab0143e116cacf9a1fe140b634978c308547c0 (diff) | |
download | mixlib-log-b5e8f7780d7ef11d1a438565c619c5d19a602018.tar.gz |
Bump version to 3.0.12 by Chef Expeditorv3.0.12
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/mixlib/log/version.rb')
-rw-r--r-- | lib/mixlib/log/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/log/version.rb b/lib/mixlib/log/version.rb index 26bd9d0..92c11d4 100644 --- a/lib/mixlib/log/version.rb +++ b/lib/mixlib/log/version.rb @@ -1,5 +1,5 @@ module Mixlib module Log - VERSION = "3.0.11".freeze + VERSION = "3.0.12".freeze end end |