From ad1185e06922a34a5e8658019c6930fe4a7a9670 Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Thu, 21 Mar 2024 20:06:00 +0000 Subject: [PATCH] update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7fd3b2..a00d144 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2366,7 +2366,7 @@ dependencies = [ [[package]] name = "ore-program" -version = "0.0.5" +version = "0.0.6" dependencies = [ "bs58 0.5.0", "bs64", diff --git a/Cargo.toml b/Cargo.toml index 7aa8448..165797b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ore-program" -version = "0.0.5" +version = "0.0.6" description = "Ore is a digital currency you can mine from anywhere, at home or on your phone." edition = "2021" license = "Apache-2.0"