From 603b25ebe4093cf964f917c15c77c1b7c6ca05c8 Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Tue, 2 Apr 2024 00:46:24 +0000 Subject: [PATCH] bump version to 1.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b979a92..0a19f93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ore-program" -version = "1.0.0" +version = "1.1.0" description = "Ore is a digital currency you can mine from anywhere, at home or on your phone." edition = "2021" license = "Apache-2.0"