Skip to content

Commit 9c9ed33

Browse files
Bump version to 1.27.0 and strip beta suffix (#5015)
1 parent e196bfb commit 9c9ed33

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

nym-vpn-app/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nym-vpn-app/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nym-vpn-app"
3-
version = "1.27.0-rc5"
3+
version = "1.27.0"
44
description = "NymVPN desktop client"
55
authors = [
66
"Nym Technologies SA <contact@nymtech.net>",

nym-vpn-app/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"linux": {
3030
"deb": {
31-
"depends": ["nym-vpnd (>= 1.27.0~beta)"],
31+
"depends": ["nym-vpnd (>= 1.27.0)"],
3232
"desktopTemplate": "./bundle/deb/main.desktop"
3333
}
3434
}

nym-vpn-app/vpnd_compat.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# semver requirement of supported daemon version(s)
2-
version = ">=1.27.0~beta"
2+
version = ">=1.27.0"

0 commit comments

Comments
 (0)