Skip to content

Commit 797860d

Browse files
Bump version
1 parent 4cec2f8 commit 797860d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

v2/cli/src/cli.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const program = new Command();
4444
program
4545
.name("ag")
4646
.description("AgnosticUI Local - The UI kit that lives in your codebase")
47-
.version("2.0.0-alpha.21");
47+
.version("2.0.0-alpha.22");
4848

4949
// ag init command
5050
program
@@ -61,7 +61,7 @@ program
6161
.option("-t, --tarball <path>", "Path to local tarball (for development)")
6262
.option(
6363
"--tag <tag>",
64-
"NPM dist-tag or version to download (e.g., alpha, latest, 2.0.0-alpha.21)",
64+
"NPM dist-tag or version to download (e.g., alpha, latest, 2.0.0-alpha.22)",
6565
"alpha",
6666
)
6767
.option(
@@ -120,7 +120,7 @@ program
120120
.option("-t, --tarball <path>", "Path to local tarball (skips NPM download)")
121121
.option(
122122
"--tag <tag>",
123-
"NPM dist-tag or version to download (e.g., alpha, latest, 2.0.0-alpha.21)",
123+
"NPM dist-tag or version to download (e.g., alpha, latest, 2.0.0-alpha.22)",
124124
"alpha",
125125
)
126126
.option("--force", "Bypass confirmation prompt")

0 commit comments

Comments
 (0)