Skip to content

Commit

Permalink
Update go-sqlcmd to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zijchen committed Jun 27, 2024
1 parent 439b52f commit 4005ea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as path from 'path';
import uuidV4 from 'uuid/v4';

export const sqlcmdToolName = 'go-sqlcmd';
export const sqlcmdVersion = '1.0.0';
export const sqlcmdVersion = '1.7.0';

export default class Setup {

Expand Down

0 comments on commit 4005ea5

Please sign in to comment.