Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion git-crypt.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
1 change: 0 additions & 1 deletion tests/windows/basic-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading