From 70111f906c6635e6ba9b1dfb64aa441a3308605a Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Wed, 1 Jun 2022 02:10:08 +0200 Subject: [PATCH] Bump version --- GCryptCLI/include/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GCryptCLI/include/Version.h b/GCryptCLI/include/Version.h index e00ba89..fd29be3 100644 --- a/GCryptCLI/include/Version.h +++ b/GCryptCLI/include/Version.h @@ -1,7 +1,7 @@ #ifndef GCRYPTCLI_VERSION_H #define GCRYPTCLI_VERSION_H -#define GCRYPTCLI_VERSION 0.1241 +#define GCRYPTCLI_VERSION 0.125 #endif