diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-03-15 18:20:31 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-03-15 18:20:31 +0000 |
commit | b9c8dbbc5586add1b54fe9d7f4dbc124f191895a (patch) | |
tree | 15246b777826cc7e6aa4166b7a3eed1476110a5f /lib/mixlib | |
parent | 2269feb2b74a792352cf9568cd58866e4fbb8ad5 (diff) | |
download | mixlib-authentication-b9c8dbbc5586add1b54fe9d7f4dbc124f191895a.tar.gz |
Bump version to 3.0.8 by Chef Expeditorv3.0.8
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/mixlib')
-rw-r--r-- | lib/mixlib/authentication/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb index 983a666..90dc629 100644 --- a/lib/mixlib/authentication/version.rb +++ b/lib/mixlib/authentication/version.rb @@ -16,6 +16,6 @@ module Mixlib module Authentication - VERSION = "3.0.7".freeze + VERSION = "3.0.8".freeze end end |