Skip to content

Commit

Permalink
fix: package and cli version to prod release
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Jun 3, 2023
1 parent b0fd0c7 commit d19f6e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expressots/cli",
"version": "1.3.0-rc-1",
"version": "1.3.0",
"description": "Expressots CLI - modern, fast, lightweight nodejs web framework (@cli)",
"author": "Richard Zampieri",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { generateProject } from "./generate";
import { infoProject } from "./info";
import { createProject } from "./new";

export const CLI_VERSION = "1.3.0-rc-1";
export const CLI_VERSION = "1.3.0";

console.log(`\n[🐎 Expressots]\n`);

Expand Down

0 comments on commit d19f6e5

Please sign in to comment.