summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Kreen2011-10-13 11:21:28 +0000
committerMarko Kreen2011-10-13 11:21:28 +0000
commita289b05c441d99be24d1b465970394357abb851e (patch)
tree9f1e9cb655e86842248633c52b751132c31ad73f
parentca5579a807fa6ddb976a64918fee9d769715450a (diff)
londiste.version(): 3.0.0.9
-rw-r--r--sql/londiste/functions/londiste.version.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/londiste/functions/londiste.version.sql b/sql/londiste/functions/londiste.version.sql
index 92d3ca63..3926a9fb 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.8';
+ return '3.0.0.9';
end;
$$ language plpgsql;