From 485eb6892cb6667485d4e956b00e2fef673c65f5 Mon Sep 17 00:00:00 2001 From: Tomas Pohanka Date: Wed, 16 Dec 2020 13:38:58 +0100 Subject: [PATCH] Release 3.12 prerequisite (#1056) --- .github/workflows/tests.yml | 2 +- openmaptiles.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e7cec7a4..9eb8a73f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -103,7 +103,7 @@ jobs: with: path: perf_cache # If profiling result cache has incompatible format, increase this "v" number - key: "v11-${{ steps.calc.outputs.hash }}-${{ env.TEST_DATA_URL }}" + key: "v12-${{ steps.calc.outputs.hash }}-${{ env.TEST_DATA_URL }}" - name: Load test data into DB and run performance test id: main diff --git a/openmaptiles.yaml b/openmaptiles.yaml index 6a701ac1..4b1c494b 100644 --- a/openmaptiles.yaml +++ b/openmaptiles.yaml @@ -17,7 +17,7 @@ tileset: - layers/poi/poi.yaml - layers/aerodrome_label/aerodrome_label.yaml name: OpenMapTiles - version: 3.11.0 + version: 3.12.0 id: openmaptiles description: "A tileset showcasing all layers in OpenMapTiles. https://openmaptiles.org" attribution: '© OpenMapTiles © OpenStreetMap contributors'