mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore: publish gui-client 1.5.8 (#10591)
This commit is contained in:
2
rust/Cargo.lock
generated
2
rust/Cargo.lock
generated
@@ -2440,7 +2440,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "firezone-gui-client"
|
||||
version = "1.5.8"
|
||||
version = "1.5.9"
|
||||
dependencies = [
|
||||
"admx-macro",
|
||||
"anyhow",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "firezone-gui-client"
|
||||
# mark:next-gui-version
|
||||
version = "1.5.8"
|
||||
version = "1.5.9"
|
||||
description = "Firezone"
|
||||
edition = { workspace = true }
|
||||
default-run = "firezone-gui-client"
|
||||
|
||||
@@ -15,7 +15,7 @@ export default defineConfig({
|
||||
|
||||
define: {
|
||||
// mark:next-gui-version
|
||||
__APP_VERSION__: JSON.stringify("1.5.8"),
|
||||
__APP_VERSION__: JSON.stringify("1.5.9"),
|
||||
__GIT_VERSION__: JSON.stringify(gitVersion),
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user