Skip to content

Commit

Permalink
ci: release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justusmattern27 committed Oct 8, 2024
1 parent ec8245d commit 7e68886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.10');
.version('0.10.0');

program
.command('serve')
Expand Down
2 changes: 1 addition & 1 deletion packages/create/examples
Submodule examples updated 156 files

0 comments on commit 7e68886

Please sign in to comment.