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"