From 1b2aa7a95331903bae172ce7fd544ca4e738fd98 Mon Sep 17 00:00:00 2001 From: 0xPlish Date: Sun, 28 Apr 2024 17:42:07 -0700 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75e431e..4f183cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hylo-fix" -version = "0.1.7" +version = "0.1.8" edition = "2021" description = "Fixed-point number types with Solana Anchor support" authors = ["0xPlish ", "Curtis McEnroe "]