Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anitrend/stackctl",
"version": "0.1.0",
"version": "0.2.1",
"exports": "./src/main.ts",
"tasks": {
"cache": "deno cache src/main.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
* Single source of truth for the CLI version string.
* Updated during release workflow.
*/
export const VERSION = "0.1.0";
export const VERSION = "0.2.1";