diff options
| author | Marko Kreen | 2010-10-05 10:41:07 +0000 |
|---|---|---|
| committer | Marko Kreen | 2010-10-05 10:41:07 +0000 |
| commit | 2622a2482f71f1f342507833917e0bdcda87d2c3 (patch) | |
| tree | 9a6c65c7fff1598cde7a6c4674717c82acbf9e86 | |
| parent | cde6619defa864e6a1ac6bc140ce41b6e47e55ab (diff) | |
londiste.version(): bump version to 2.1.12skytools_2_1_12rc2
| -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 3ec51be0..dca4abcb 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 '2.1.7'; + return '2.1.12'; end; $$ language plpgsql; |
