From 625e411e1a688d974d1808b1011d3c19d6852828 Mon Sep 17 00:00:00 2001 From: Sam Lin <456807+maxisam@users.noreply.github.com> Date: Tue, 12 Nov 2024 23:09:42 -0600 Subject: [PATCH] feat: bump version to 0.8.0 (#7) --- 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"