Skip to content

Commit

Permalink
feat: bump version to 0.8.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisam authored Nov 13, 2024
1 parent 237d86f commit 625e411
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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

0 comments on commit 625e411

Please sign in to comment.