From 3534be5fbc676901b319cf34896751f4d50becd9 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 29 Jan 2025 04:16:53 -0600 Subject: [PATCH] conlang: bump version number for pattern matching and destructured bindings --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 98e08f1..68cc291 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ resolver = "2" [workspace.package] repository = "https://git.soft.fish/j/Conlang" -version = "0.0.8" +version = "0.0.9" authors = ["John Breaux "] edition = "2021" license = "MIT"