From 55c3b0239933a2d6bceb626938913b7aac8f6e0a Mon Sep 17 00:00:00 2001 From: maxisam <456807+maxisam@users.noreply.github.com.> Date: Tue, 12 Nov 2024 22:59:09 -0600 Subject: [PATCH] feat: bump version to 0.8.0 --- git-crypt.hpp | 2 +- tests/windows/basic-test.ps1 | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/git-crypt.hpp b/git-crypt.hpp index ce1b256..e98752c 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.7.0" +#define VERSION "0.8.0" extern const char* argv0; // initialized in main() to argv[0] diff --git a/tests/windows/basic-test.ps1 b/tests/windows/basic-test.ps1 index 70741e1..00568a9 100644 --- a/tests/windows/basic-test.ps1 +++ b/tests/windows/basic-test.ps1 @@ -127,7 +127,6 @@ try { Write-Host "::notice:: ✅ Passed worktree test" - # Test compatibility with git-crypt 0.7.0 Write-Host "Testing compatibility with git-crypt 0.7.0..." Push-Location "$REPO_HOME"