Skip to content

Commit

Permalink
chore: update cli
Browse files Browse the repository at this point in the history
  • Loading branch information
justusmattern27 committed Sep 22, 2024
1 parent 656efc5 commit c5b6e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const program = new Command();
program
.name('revideo')
.description('CLI to interact with the revideo service')
.version('0.5.9');
.version('0.5.10');

program
.command('serve')
Expand Down

0 comments on commit c5b6e23

Please sign in to comment.