From fb89a1e82c72ed4b2dea88351d533fe2e57c4fdd Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Wed, 1 Dec 2010 15:25:13 +0200 Subject: [PATCH] londiste.version(): 3.0.0.4 --- 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 a1bc2c06..8af33864 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.3'; + return '3.0.0.4'; end; $$ language plpgsql; -- 2.39.5