From: Mark Date: Thu, 2 Nov 2023 23:01:50 +0000 (-0600) Subject: bump version number to v0.9.3 X-Git-Tag: v0.9.3 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=8f89e3ad312a41340e175bfa763af4bc02d85662;p=scryer-prolog.git bump version number to v0.9.3 --- diff --git a/Cargo.toml b/Cargo.toml index 6366610a..c5e1bab7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scryer-prolog" -version = "0.9.2" +version = "0.9.3" authors = ["Mark Thom "] edition = "2021" description = "A modern Prolog implementation written mostly in Rust."