summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-31 23:26:03 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-31 23:26:03 +0000
commitcecd66da89645e917a06c86e1d1a72605ac24f6a (patch)
treef400f48a8238c45c4933fa3701b2e1e205e96c4e /lib
parent0c7c1229dbeefc8ee52dc36f35284233a3c0a80c (diff)
downloadmixlib-authentication-cecd66da89645e917a06c86e1d1a72605ac24f6a.tar.gz
Bump version to 3.0.4 by Chef Expeditorv3.0.4
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-rw-r--r--lib/mixlib/authentication/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb
index 3de0b56..f55fb32 100644
--- a/lib/mixlib/authentication/version.rb
+++ b/lib/mixlib/authentication/version.rb
@@ -16,6 +16,6 @@
module Mixlib
module Authentication
- VERSION = "3.0.3".freeze
+ VERSION = "3.0.4".freeze
end
end