From e389f77063194e982c1741e7220fcb33cf5cb438 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 16 Aug 2023 13:59:34 +0200 Subject: [PATCH] lets release a beta version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a145a5..ad97e6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spacepackets" -version = "0.7.0" +version = "0.7.0-beta.0" edition = "2021" rust-version = "1.61" authors = ["Robin Mueller "]