From 079c9e4f31081cf1dfdfdd755127a74025e47cea Mon Sep 17 00:00:00 2001 From: Andreas Neukoetter Date: Sat, 16 Mar 2024 19:45:22 +0100 Subject: [PATCH] : Bump version for alpha release - 0.37.2-alpha --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6076f1..cfabfab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1252,7 +1252,7 @@ dependencies = [ [[package]] name = "oml-game" -version = "0.37.1-dev" +version = "0.37.2-alpha" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index a0c0f6b..4dfe48b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oml-game" -version = "0.37.2-dev" +version = "0.37.2-alpha" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html