Skip to content

Commit

Permalink
fix: program version
Browse files Browse the repository at this point in the history
  • Loading branch information
shini4i committed Jun 27, 2024
1 parent 5f2d570 commit aa23b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ const migration = async (
const migrate = () => {
const program = new Command();

program.name('clickhouse-migrations').description('ClickHouse migrations.').version('0.1.13');
program.name('clickhouse-migrations').description('ClickHouse migrations.').version('0.1.15');

program
.command('migrate')
Expand Down

0 comments on commit aa23b93

Please sign in to comment.