From 1d00670178f628f3bd1b803886d03e68a1de44ad Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Mon, 24 Jun 2024 09:51:56 +0200 Subject: [PATCH] build: align version with the others --- modules/graphql/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/graphql/Cargo.toml b/modules/graphql/Cargo.toml index 3a32d8cd..baaa61de 100644 --- a/modules/graphql/Cargo.toml +++ b/modules/graphql/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trustify-module-graphql" -version = "0.1.1-alpha.1" +version = "0.1.0-alpha.8" edition = "2021" [dependencies]