From 3c24ae226a0f0d3dbaf072416a7ac927160e4da6 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Thu, 12 Oct 2023 01:14:18 -0400 Subject: [PATCH] version update for pre.1 --- .github/workflows/ci.yml | 2 +- Cargo.lock | 2 +- martin/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e727a221..9e91374aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -579,7 +579,7 @@ jobs: mv debian-x86_64.deb ../files/martin-Debian-x86_64.deb cd .. - - name: Publish + - name: Create Homebrew config if: startsWith(github.ref, 'refs/tags/v') run: | set -x diff --git a/Cargo.lock b/Cargo.lock index 0eb032c27..b49b641a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1726,7 +1726,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "martin" -version = "0.9.3" +version = "0.9.4-pre.1" dependencies = [ "actix", "actix-cors", diff --git a/martin/Cargo.toml b/martin/Cargo.toml index 750dca484..e3339bda5 100644 --- a/martin/Cargo.toml +++ b/martin/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "martin" # Once the release is published with the hash, update https://github.com/maplibre/homebrew-martin -version = "0.9.3" +version = "0.9.4-pre.1" authors = ["Stepan Kuzmin ", "Yuri Astrakhan ", "MapLibre contributors"] description = "Blazing fast and lightweight tile server with PostGIS, MBTiles, and PMTiles support" keywords = ["maps", "tiles", "mbtiles", "pmtiles", "postgis"]