Skip to content

Commit 365505d

Browse files
authored
Update main.ts
Bump version to 1.7.0
1 parent 5dd1753 commit 365505d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
if (import.meta.main) {
1414
const main = new Command()
1515
.name('pr-cli')
16-
.version('1.6.0')
16+
.version('1.7.0')
1717
.option('--debug', 'enable verbose error logging', { global: true })
1818
.description(
1919
'Command line utility for quickly creating pull requests on Github',

0 commit comments

Comments
 (0)