Update versions

pull/14614/head
Javier Torres 6 years ago
parent cdd16691c5
commit 17cb8e847c

@ -22,7 +22,7 @@ module CartoDB
SCHEMA_GEOCODING = 'cdb'.freeze
SCHEMA_CDB_DATASERVICES_API = 'cdb_dataservices_client'.freeze
SCHEMA_AGGREGATION_TABLES = 'aggregation'.freeze
CDB_DATASERVICES_CLIENT_VERSION = '0.26.0'.freeze
CDB_DATASERVICES_CLIENT_VERSION = '0.26.1'.freeze
ODBC_FDW_VERSION = '0.3.0'.freeze
def initialize(user)

@ -11,14 +11,14 @@
"imagemagick": ">=6.9.0"
},
"works_with": {
"dataservices-api-client-extension": "0.26.0",
"carto_postgresql_ext": "0.24.0",
"dataservices-api-client-extension": "0.26.1",
"carto_postgresql_ext": "0.24.1",
"odbc_fdw": "0.2.0",
"carto_windshaft": ">=6.2.0",
"carto_sql_api": ">=2.1.0",
"postgresql": ">=9.5.0",
"postgis": ">=2.2.0",
"redis": ">=3.0.0"
"redis": ">=4.0.0"
}
}
}

Loading…
Cancel
Save