From 440a007eafc99cfd83d87512b1d432d5fd813fcf Mon Sep 17 00:00:00 2001 From: Kim Rutherford Date: Wed, 14 Aug 2024 14:16:23 +1200 Subject: [PATCH] v198.19.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a8f87ec..5ee0a877 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1045,7 +1045,7 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "pombase-chado-json" -version = "198.18.0" +version = "198.19.0" dependencies = [ "anyhow", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index 0fdbdde3..10b4bf25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pombase-chado-json" -version = "198.18.0" +version = "198.19.0" authors = ["Kim Rutherford "] edition = "2021" rust-version = "1.76"