From cfbb9040c0247b1d6636b228cc21c1bc451d196e Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 29 Oct 2014 17:12:01 +0200 Subject: [PATCH] Bump version Signed-off-by: Dmitriy Zaporozhets --- Gemfile.lock | 2 +- lib/omniauth-ldap/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5dd6d08..530ade2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - gitlab_omniauth-ldap (1.1.0) + gitlab_omniauth-ldap (1.2.0) net-ldap (~> 0.9) omniauth (~> 1.0) pyu-ruby-sasl (~> 0.0.3.1) diff --git a/lib/omniauth-ldap/version.rb b/lib/omniauth-ldap/version.rb index f7f9b4b..1d8c32e 100644 --- a/lib/omniauth-ldap/version.rb +++ b/lib/omniauth-ldap/version.rb @@ -1,5 +1,5 @@ module OmniAuth module LDAP - VERSION = "1.1.0" + VERSION = "1.2.0" end end