From 30c4b4362fa167b15fe7450874899c42354d1cc5 Mon Sep 17 00:00:00 2001 From: Jay Mundrawala Date: Tue, 10 Nov 2015 13:01:54 -0800 Subject: Add version.rb --- lib/mixlib/authentication/version.rb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 lib/mixlib/authentication/version.rb (limited to 'lib/mixlib/authentication/version.rb') diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb new file mode 100644 index 0000000..f761b49 --- /dev/null +++ b/lib/mixlib/authentication/version.rb @@ -0,0 +1,21 @@ +# Copyright:: Copyright (c) 2010-2015 Chef Software, Inc. +# License:: Apache License, Version 2.0 +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + + +module Mixlib + module Authentication + VERSION = '1.3.0' + end +end -- cgit v1.2.1