diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-04-23 18:53:08 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-04-23 18:53:08 +0000 |
commit | 00dfe62ceb83a4a4ac1268622edb6e949b2fb0cf (patch) | |
tree | 90b9f67d81a602500ae65b4acbd5aa5408f09048 /lib | |
parent | c78a3841449adf63a419c457eb0109e8d933a72e (diff) | |
download | mixlib-log-00dfe62ceb83a4a4ac1268622edb6e949b2fb0cf.tar.gz |
Bump version to 3.0.2 by Chef Expeditorv3.0.2
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 4390cec..1217528 100644 --- a/lib/mixlib/log/version.rb +++ b/lib/mixlib/log/version.rb @@ -1,5 +1,5 @@ module Mixlib module Log - VERSION = "3.0.1".freeze + VERSION = "3.0.2".freeze end end |