From d479b80e30c5a4578ec372cf4491cc193ec64775 Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Tue, 24 May 2011 13:57:26 +0200 Subject: [PATCH] bump VERSION to 0.1.0 --- lib/pg_ldap_sync.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pg_ldap_sync.rb b/lib/pg_ldap_sync.rb index 0790c4e..d2a9590 100644 --- a/lib/pg_ldap_sync.rb +++ b/lib/pg_ldap_sync.rb @@ -1,3 +1,3 @@ module PgLdapSync - VERSION = '0.0.1' + VERSION = '0.1.0' end