From 9a022ec78c580ded46816c4673916ba46f8a6f9f Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Fri, 4 Jan 2019 13:36:03 -0800 Subject: update travis, drop ruby < 2.5, major version bump Signed-off-by: Lamont Granquist --- lib/mixlib/authentication/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb index 8043d90..81da2f5 100644 --- a/lib/mixlib/authentication/version.rb +++ b/lib/mixlib/authentication/version.rb @@ -1,5 +1,5 @@ # -# Copyright:: Copyright (c) 2010-2018 Chef Software, Inc. +# Copyright:: Copyright (c) 2010-2019, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -16,6 +16,6 @@ module Mixlib module Authentication - VERSION = "2.1.5" + VERSION = "3.0.0" end end -- cgit v1.2.1