From b88eb0e4c0d4295f0158c329b446ba4b55a8da0b Mon Sep 17 00:00:00 2001 From: maxisam <456807+maxisam@users.noreply.github.com.> Date: Wed, 13 Nov 2024 10:30:25 -0600 Subject: [PATCH] chore: bump version to 0.8.1 and update documentation --- git-crypt.hpp | 2 +- man/git-crypt.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git-crypt.hpp b/git-crypt.hpp index e98752c..529391d 100644 --- a/git-crypt.hpp +++ b/git-crypt.hpp @@ -31,7 +31,7 @@ #ifndef GIT_CRYPT_GIT_CRYPT_HPP #define GIT_CRYPT_GIT_CRYPT_HPP -#define VERSION "0.8.0" +#define VERSION "0.8.1" extern const char* argv0; // initialized in main() to argv[0] diff --git a/man/git-crypt.xml b/man/git-crypt.xml index a1c0cd0..f1d66f6 100644 --- a/man/git-crypt.xml +++ b/man/git-crypt.xml @@ -8,7 +8,7 @@ git-crypt 2024-11-11 - git-crypt 0.8.0 + git-crypt 0.8.1 Andrew Ayer