Skip to content

Commit

Permalink
chore: set version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VVVi committed Sep 8, 2024
1 parent 3407b0c commit 508024d
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": "1.0.0",
"version": "1.0.1",
"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 @@ -257,7 +257,7 @@ const migration = async (
const migrate = () => {
const program = new Command();

program.name('clickhouse-migrations').description('ClickHouse migrations.').version('1.0.0');
program.name('clickhouse-migrations').description('ClickHouse migrations.').version('1.0.1');

program
.command('migrate')
Expand Down

0 comments on commit 508024d

Please sign in to comment.