From f3f6b3f6d6f3c93a788d29e8e83d68a43a9d60af Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Mon, 29 Jul 2024 19:08:12 +0100 Subject: [PATCH] version number fixes --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 789b1bd3..179b9ca9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2314,7 +2314,7 @@ dependencies = [ [[package]] name = "weylus" -version = "2024.07.29" +version = "2024.7.29" dependencies = [ "autopilot", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index f4db479c..74f5fa7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "weylus" -version = "2024.07.29" +version = "2024.7.29" authors = ["HMH "] license = "AGPL-3.0-or-later" edition = "2021"