Skip to content

Commit

Permalink
chore: provide correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
V committed Mar 31, 2023
1 parent 158124d commit be03b55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clickhouse-migrations",
"version": "0.1.12",
"version": "0.1.13",
"description": "ClickHouse Migrations",
"bin": {
"clickhouse-migrations": "lib/cli.js"
Expand Down
2 changes: 1 addition & 1 deletion src/migrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ const migration = async (
const migrate = () => {
const program = new Command();

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

program
.command('migrate')
Expand Down

0 comments on commit be03b55

Please sign in to comment.