diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-06-25 15:34:47 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-06-25 15:34:47 +0000 |
commit | c728f36682ff9b121da9ae3f455c71b64e3eeb49 (patch) | |
tree | 7f3e8b44e9b1dbfcf8fe312b0bb2157b68c4b011 /lib | |
parent | a4ad67758e88e5fa1fa7732d6bc31b97c79bb2ac (diff) | |
download | mixlib-authentication-c728f36682ff9b121da9ae3f455c71b64e3eeb49.tar.gz |
Bump version to 3.0.11 by Chef Expeditorv3.0.11
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 9410d48..280e045 100644 --- a/lib/mixlib/authentication/version.rb +++ b/lib/mixlib/authentication/version.rb @@ -16,6 +16,6 @@ module Mixlib module Authentication - VERSION = "3.0.10".freeze + VERSION = "3.0.11".freeze end end |