Skip to content

Commit

Permalink
Update test for 2.39.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tidy-dev committed Apr 25, 2023
1 parent 02f21e6 commit 4a266ee
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.39.2'
export const gitForWindowsVersion = '2.39.2.windows.1'
export const gitVersion = '2.39.3'
export const gitForWindowsVersion = '2.39.3.windows.1'
export const gitLfsVersion = '3.3.0'

const temp = require('temp').track()
Expand Down

0 comments on commit 4a266ee

Please sign in to comment.