diff --git a/META.json b/META.json index 931b959..f0bc1db 100644 --- a/META.json +++ b/META.json @@ -2,7 +2,7 @@ "name": "tds_fdw", "abstract": "TDS Foreign data wrapper", "description": "This library contains a single PostgreSQL extension, a foreign data wrapper called \"tds_fdw\". It can be used to communicate with Microsoft SQL Server and Sybase databases.", - "version": "1.0.5", + "version": "1.0.6", "maintainer": [ "Geoff Montee " ], @@ -19,7 +19,7 @@ "abstract": "TDS Foreign data wrapper", "file": "sql/tds_fdw.sql", "docfile": "README.md", - "version": "1.0.5" + "version": "1.0.6" } }, "resources": { diff --git a/tds_fdw.control b/tds_fdw.control index 045700f..3a3bb5a 100644 --- a/tds_fdw.control +++ b/tds_fdw.control @@ -16,6 +16,6 @@ #---------------------------------------------------------------------------- comment = 'Foreign data wrapper for querying a TDS database (Sybase or Microsoft SQL Server)' -default_version = '1.0.5' +default_version = '1.0.6' module_pathname = '$libdir/tds_fdw' relocatable = true