Skip to content

Commit 418a0dd

Browse files
chore(release): bump version to 0.0.2 [skip ci]
1 parent 0ab8430 commit 418a0dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anitrend/stackctl",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"exports": "./src/main.ts",
55
"tasks": {
66
"cache": "deno cache src/main.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* Single source of truth for the CLI version string.
55
* Updated during release workflow.
66
*/
7-
export const VERSION = "0.0.1";
7+
export const VERSION = "0.0.2";

0 commit comments

Comments
 (0)