diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-12-19 21:23:57 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-12-19 21:23:57 +0000 |
commit | c151eedf3139b8e1e3199b5ab08d2f4ff200f3b0 (patch) | |
tree | a2588a8beaa7dff3012eefc38a42756943069b67 /lib | |
parent | 35b77497dfbd0a327cac01a173f90cd734ad414f (diff) | |
download | mixlib-authentication-c151eedf3139b8e1e3199b5ab08d2f4ff200f3b0.tar.gz |
Bump version to 3.0.5 by Chef Expeditorv3.0.5
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 f55fb32..2d0bb0e 100644 --- a/lib/mixlib/authentication/version.rb +++ b/lib/mixlib/authentication/version.rb @@ -16,6 +16,6 @@ module Mixlib module Authentication - VERSION = "3.0.4".freeze + VERSION = "3.0.5".freeze end end |