diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-06-01 06:48:25 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-06-01 06:48:25 +0000 |
commit | 7e9373f5dd41a9ac258102df01f45bed8467f2f9 (patch) | |
tree | b6cfaf6d879a8805e0d0ec95694e492ee2b00daa /lib | |
parent | 41341de63a7fac787051cced99f10684af51d561 (diff) | |
download | mixlib-log-7e9373f5dd41a9ac258102df01f45bed8467f2f9.tar.gz |
Bump version to 3.0.4 by Chef Expeditor3.0.4
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 91bb4bf..76c810d 100644 --- a/lib/mixlib/log/version.rb +++ b/lib/mixlib/log/version.rb @@ -1,5 +1,5 @@ module Mixlib module Log - VERSION = "3.0.3".freeze + VERSION = "3.0.4".freeze end end |