From c6c6562ac4d309017cedb73451bdfd66b4336fef Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Mon, 17 Jan 2022 15:03:13 +0100 Subject: [PATCH] Bump VERSION to 0.3.0 --- lib/pg_ldap_sync/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pg_ldap_sync/version.rb b/lib/pg_ldap_sync/version.rb index 74c011a..c2fba6c 100644 --- a/lib/pg_ldap_sync/version.rb +++ b/lib/pg_ldap_sync/version.rb @@ -1,3 +1,3 @@ module PgLdapSync - VERSION = "0.2.0" + VERSION = "0.3.0" end