From 8dc5a4ceb1cd7c6a214a669076c69a9438796684 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Mon, 12 Aug 2024 11:43:24 +0800 Subject: [PATCH] 1.1.0-rc.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f083c45d..782c24e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "cli", "generator"] [package] name = "seaography" -version = "1.0.0" +version = "1.1.0-rc.1" edition = "2021" rust-version = "1.70" authors = ["Panagiotis Karatakis "]