Skip to content

Commit

Permalink
Prep for 0.8.0 (#831)
Browse files Browse the repository at this point in the history
Moving versions up for the next release.
  • Loading branch information
markmandel authored Oct 19, 2023
1 parent 492d244 commit aeb2871
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ futures = "0.3.28"

[package]
name = "quilkin"
version = "0.7.0"
version = "0.8.0-dev"
authors = ["Mark Mandel <markmandel@google.com>", "Ifeanyi Ubah <ifeanyi.ubah@embark-studios.com>", "Erin Power <erin.power@embark-studios.com>"]
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."
Expand All @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[package]
name = "quilkin-macros"
version = "0.7.0"
version = "0.8.0-dev"
authors = ["Erin Power <erin.power@embark-studios.com>"]
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."
Expand Down

0 comments on commit aeb2871

Please sign in to comment.