version update for pre.1

This commit is contained in:
Yuri Astrakhan 2023-10-12 01:14:18 -04:00
parent 7114d9837f
commit 3c24ae226a
3 changed files with 3 additions and 3 deletions

View File

@ -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

2
Cargo.lock generated
View File

@ -1726,7 +1726,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]]
name = "martin"
version = "0.9.3"
version = "0.9.4-pre.1"
dependencies = [
"actix",
"actix-cors",

View File

@ -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 <to.stepan.kuzmin@gmail.com>", "Yuri Astrakhan <YuriAstrakhan@gmail.com>", "MapLibre contributors"]
description = "Blazing fast and lightweight tile server with PostGIS, MBTiles, and PMTiles support"
keywords = ["maps", "tiles", "mbtiles", "pmtiles", "postgis"]