From ec3b83eee2fd6da6b5cd35ef29e7c3e12f198e0c Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Sat, 26 Feb 2022 13:23:05 -0700 Subject: [PATCH] update version in Cargo.toml --- backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 4d26d322c..38b816b54 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -14,7 +14,7 @@ keywords = [ name = "embassy-os" readme = "README.md" repository = "https://github.com/Start9Labs/embassy-os" -version = "0.3.0-pre.0" +version = "0.3.0" [lib] name = "embassy"