From a1357bcd84da1b173d69c86cd2fcafc6d6b3bce4 Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Sat, 1 Jun 2024 14:20:55 -0600 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 785d034..d4e0468 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "raas_types" -version = "0.0.3" +version = "0.0.4" edition = "2021" description = "Protobuf definitions for RaaS" authors = ["Joey Hines joey@ahines.net"]