Skip to content

Commit 6ff8ad9

Browse files
authored
Bump version to 1.5.0
1 parent 75f65d4 commit 6ff8ad9

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
@@ -10,7 +10,7 @@ import { CommandExecutionError } from './lib/shell/command-execution-error.ts';
1010
if (import.meta.main) {
1111
const main = new Command()
1212
.name('pr-cli')
13-
.version('1.4.0')
13+
.version('1.5.0')
1414
.option('--debug', 'enable verbose error logging', { global: true })
1515
.description(
1616
'Command line utility for quickly creating pull requests on Github',

0 commit comments

Comments
 (0)