Skip to content

Commit

Permalink
v.3.11.18
Browse files Browse the repository at this point in the history
  • Loading branch information
stenya committed Aug 16, 2023
1 parent 11e0ff3 commit 56ef01d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion daemon/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"env": {},
"args": ["-debug_install_dir=${workspaceRoot}", "-logging"],
//"buildFlags": "-tags debug",
"buildFlags": "-buildvcs=false -tags debug -ldflags '-X github.com/ivpn/desktop-app/daemon/version._version=3.11.15'"
"buildFlags": "-buildvcs=false -tags debug -ldflags '-X github.com/ivpn/desktop-app/daemon/version._version=3.11.18'"
//"buildFlags": ""
//"buildFlags": "-tags nowifi"
}
Expand Down
2 changes: 1 addition & 1 deletion daemon/References/common/etc/servers.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
name: ivpn # you probably want to 'snapcraft register <name>'
base: core20 # the base snap is the execution environment for this snap
# TODO: Set 'version:' to the same value as in 'ui/package.json'. This value will be used to stamp version for CLI and daemon
version: "3.11.15"
version: "3.11.18"

title: IVPN
summary: IVPN - Secure VPN for Privacy # 79 char long summary
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ivpn-ui",
"version": "3.11.15",
"version": "3.11.18",
"productName": "IVPN",
"description": "IVPN Client",
"author": "IVPN Limited",
Expand Down
2 changes: 1 addition & 1 deletion ui/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function GetResourcesPath() {
}

export default {
MinRequiredDaemonVer: "3.11.15",
MinRequiredDaemonVer: "3.11.18",

MinimizedUIWidth: 320,
MaximizedUIWidth: 800,
Expand Down

0 comments on commit 56ef01d

Please sign in to comment.