From 50864e05ada8a5b5b670d098774e4fc4ecb4718e Mon Sep 17 00:00:00 2001 From: amy Date: Fri, 22 Oct 2021 16:37:36 +0200 Subject: [PATCH] set version in Cargo.toml to 0.0.0 so that sed can replace it in the PKGBUILD --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 53f2e53..4887590 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ame" -version = "2.4.2" +version = "0.0.0" authors = [ "jnats ", "axtlos " ] edition = "2018" description = "a fast and efficient aur helper."