Skip to content

Commit 930cd9f

Browse files
chore(release): bump version to 0.2.2
1 parent 25195c6 commit 930cd9f

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.1.0",
3+
"version": "0.2.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.1.0";
7+
export const VERSION = "0.2.2";

0 commit comments

Comments
 (0)