From 3276869b0d5eebee623e49891760d2aa9b3ea17c Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Wed, 4 Sep 2024 15:45:55 +0200 Subject: [PATCH] chore: bump version to 0.8.0-alpha.4 --- tfhe/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfhe/Cargo.toml b/tfhe/Cargo.toml index 60a9ee26eb..37e2200dc0 100644 --- a/tfhe/Cargo.toml +++ b/tfhe/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tfhe" -version = "0.8.0-alpha.3" +version = "0.8.0-alpha.4" edition = "2021" readme = "../README.md" keywords = ["fully", "homomorphic", "encryption", "fhe", "cryptography"]