summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark <markjordanthom@gmail.com>2023-11-02 17:01:50 -0600
committerMark <markjordanthom@gmail.com>2023-11-02 17:01:54 -0600
commit126d7bba5751dced9a00b13c274c1107c646d9d5 (patch)
tree13445f862fea8a74179ae24a064d8ab263868754
parent575245c62f75d38e2bb66ebc233ae61bdb879347 (diff)
bump version number to v0.9.3v0.9.3
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 <markjordanthom@gmail.com>"]
edition = "2021"
description = "A modern Prolog implementation written mostly in Rust."