Skip to content

Commit

Permalink
Update git versions
Browse files Browse the repository at this point in the history
  • Loading branch information
niik committed May 29, 2024
1 parent ad2bcec commit 146b3f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/helpers.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { GitProcess, IGitResult, GitError } from '../lib'

// NOTE: bump these versions to the latest stable releases
export const gitVersion = '2.43.4'
export const gitForWindowsVersion = '2.43.4.windows.1'
export const gitVersion = '2.45.1'
export const gitForWindowsVersion = '2.45.1.windows.1'
export const gitLfsVersion = '3.5.1'
export const gitCredentialManagerVersion = '2.5.0'

Expand Down

0 comments on commit 146b3f0

Please sign in to comment.