From 75dba9459f11cf8d3116a70a60f8d6d2127f79cb Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 1 Jul 2024 07:25:49 -0700 Subject: [PATCH] Bump version to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0fbf2ea..00c1610 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "WTFPL" name = "jup-ag" readme = "README.md" repository = "https://github.com/mvines/rust-jup-ag" -version = "0.7.1" +version = "0.8.0" [dependencies] base64 = "0.13"