From 90acfa1d16889fb50ada5dad9e7f04251f1f4afb Mon Sep 17 00:00:00 2001 From: Jeb Bearer Date: Wed, 5 Jun 2024 14:46:27 -0400 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 424e3ac4f..d179259a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3311,7 +3311,7 @@ dependencies = [ [[package]] name = "hotshot-query-service" -version = "0.1.30" +version = "0.1.31" dependencies = [ "anyhow", "ark-serialize", diff --git a/Cargo.toml b/Cargo.toml index 099c0d23d..8b712418f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ [package] name = "hotshot-query-service" -version = "0.1.30" +version = "0.1.31" authors = ["Espresso Systems "] edition = "2021" license = "GPL-3.0-or-later"