diff options
-rw-r--r-- | sql/londiste/functions/londiste.version.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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; |