diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-04-07 16:22:08 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-04-07 16:22:08 +0000 |
commit | bc8adbef833d4be23dc78cb23e6fe44b51ebc34f (patch) | |
tree | 129761fbb956772bf0e4f2e5c61db0c0a61cde5d /lib/mixlib/authentication | |
parent | cd14b7d85b87e68aaae03a763bed514730977a46 (diff) | |
download | mixlib-authentication-main.tar.gz |
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/mixlib/authentication')
-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 280e045..db01d95 100644 --- a/lib/mixlib/authentication/version.rb +++ b/lib/mixlib/authentication/version.rb @@ -16,6 +16,6 @@ module Mixlib module Authentication - VERSION = "3.0.11".freeze + VERSION = "3.1.0".freeze end end |