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 9a329da0..92d3ca63 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.7'; + return '3.0.0.8'; end; $$ language plpgsql; |
