summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock6
-rw-r--r--gui/packages/desktop/package.json2
-rw-r--r--mullvad-cli/Cargo.toml2
-rw-r--r--mullvad-daemon/Cargo.toml2
-rw-r--r--mullvad-problem-report/Cargo.toml2
5 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 09058d1bd2..23bbdcab5f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -917,7 +917,7 @@ dependencies = [
[[package]]
name = "mullvad-cli"
-version = "2018.5.0"
+version = "2018.6.0-beta1"
dependencies = [
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -935,7 +935,7 @@ dependencies = [
[[package]]
name = "mullvad-daemon"
-version = "2018.5.0"
+version = "2018.6.0-beta1"
dependencies = [
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1001,7 +1001,7 @@ dependencies = [
[[package]]
name = "mullvad-problem-report"
-version = "2018.5.0"
+version = "2018.6.0-beta1"
dependencies = [
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
"dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/gui/packages/desktop/package.json b/gui/packages/desktop/package.json
index 0a08209e43..34b4cbd81a 100644
--- a/gui/packages/desktop/package.json
+++ b/gui/packages/desktop/package.json
@@ -1,6 +1,6 @@
{
"name": "desktop",
- "version": "2018.5.0",
+ "version": "2018.6.0-beta1",
"productName": "Mullvad VPN",
"private": true,
"description": "Mullvad VPN client",
diff --git a/mullvad-cli/Cargo.toml b/mullvad-cli/Cargo.toml
index f9263dd960..f6376b76d7 100644
--- a/mullvad-cli/Cargo.toml
+++ b/mullvad-cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-cli"
-version = "2018.5.0"
+version = "2018.6.0-beta1"
authors = [
"Mullvad VPN <admin@mullvad.net>",
"Andrej Mihajlov <and@mullvad.net>",
diff --git a/mullvad-daemon/Cargo.toml b/mullvad-daemon/Cargo.toml
index 6ba3a1ced4..470a8effe0 100644
--- a/mullvad-daemon/Cargo.toml
+++ b/mullvad-daemon/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-daemon"
-version = "2018.5.0"
+version = "2018.6.0-beta1"
authors = [
"Mullvad VPN <admin@mullvad.net>",
"Andrej Mihajlov <and@mullvad.net>",
diff --git a/mullvad-problem-report/Cargo.toml b/mullvad-problem-report/Cargo.toml
index 4f6d7f3547..7dd510d4ea 100644
--- a/mullvad-problem-report/Cargo.toml
+++ b/mullvad-problem-report/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mullvad-problem-report"
-version = "2018.5.0"
+version = "2018.6.0-beta1"
authors = [
"Mullvad VPN <admin@mullvad.net>",
"Andrej Mihajlov <and@mullvad.net>",