From 377ffc052cacd74af3aa9b6a7e2f6ccb872ebd3d Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 12 Feb 2024 12:43:17 +0100 Subject: [PATCH] bump release --- satrs-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satrs-core/Cargo.toml b/satrs-core/Cargo.toml index 19f3044..0c32388 100644 --- a/satrs-core/Cargo.toml +++ b/satrs-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "satrs-core" -version = "0.1.0-alpha.2" +version = "0.1.0-alpha.3" edition = "2021" rust-version = "1.61" authors = ["Robin Mueller "]