From bd7f5f28b3dedd7b9cc01f2d6e59bf68ef0fd5ef Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Tue, 29 May 2012 13:39:37 +0300 Subject: [PATCH] londiste.version(): 3.0.0.16 --- sql/londiste/functions/londiste.version.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/londiste/functions/londiste.version.sql b/sql/londiste/functions/londiste.version.sql index 060fc9db..739e1e39 100644 --- a/sql/londiste/functions/londiste.version.sql +++ b/sql/londiste/functions/londiste.version.sql @@ -2,7 +2,7 @@ create or replace function londiste.version() returns text as $$ begin - return '3.0.0.15'; + return '3.0.0.16'; end; $$ language plpgsql; -- 2.39.5