Skip to content

Commit

Permalink
🐳 chore: Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Nov 11, 2024
1 parent ef6fed3 commit 3113532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ts/change-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ class ChangeVersion {
}
}

const changeVersion = new ChangeVersion("0.2.0", "0.3.0");
const changeVersion = new ChangeVersion("0.3.0", "0.3.0");
changeVersion.change();

0 comments on commit 3113532

Please sign in to comment.