From aeb2871bbfa7144cc007a10afa3300f1f6ae1815 Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Thu, 19 Oct 2023 12:22:19 -0700 Subject: [PATCH] Prep for 0.8.0 (#831) Moving versions up for the next release. --- Cargo.toml | 4 ++-- macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 484d87edb3..51537fda2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ futures = "0.3.28" [package] name = "quilkin" -version = "0.7.0" +version = "0.8.0-dev" authors = ["Mark Mandel ", "Ifeanyi Ubah ", "Erin Power "] license = "Apache-2.0" description = "Quilkin is a non-transparent UDP proxy specifically designed for use with large scale multiplayer dedicated game server deployments, to ensure security, access control, telemetry data, metrics and more." @@ -46,7 +46,7 @@ test = true [dependencies] # Local -quilkin-macros = { version = "0.7.0", path = "./macros" } +quilkin-macros = { version = "0.8.0-dev", path = "./macros" } # Crates.io arc-swap = { version = "1.6.0", features = ["serde"] } diff --git a/macros/Cargo.toml b/macros/Cargo.toml index a9aee22a81..c2d20fc35a 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -16,7 +16,7 @@ [package] name = "quilkin-macros" -version = "0.7.0" +version = "0.8.0-dev" authors = ["Erin Power "] license = "Apache-2.0" description = "Quilkin is a non-transparent UDP proxy specifically designed for use with large scale multiplayer dedicated game server deployments, to ensure security, access control, telemetry data, metrics and more."