summaryrefslogtreecommitdiff
path: root/lib/mixlib/authentication/version.rb
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-11-10 13:01:54 -0800
committerJay Mundrawala <jdmundrawala@gmail.com>2015-11-10 13:18:58 -0800
commit30c4b4362fa167b15fe7450874899c42354d1cc5 (patch)
tree79a33e998d2b6f4d5cf47c9dd810295db9b275b3 /lib/mixlib/authentication/version.rb
parent191937fd60a5f4646acbf4d35c52c7f22b7b4f7b (diff)
downloadmixlib-authentication-30c4b4362fa167b15fe7450874899c42354d1cc5.tar.gz
Add version.rb
Diffstat (limited to 'lib/mixlib/authentication/version.rb')
-rw-r--r--lib/mixlib/authentication/version.rb21
1 files changed, 21 insertions, 0 deletions
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