Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 6fc14c5

Browse files
committed
update version
1 parent d1caae8 commit 6fc14c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phala",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"description": "CLI for Managing Phala Cloud Services",
55
"author": {
66
"name": "Phala Network",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async function main() {
1919
.description(
2020
`${logo}\nPhala Cloud CLI - Manage your Phala Cloud Deployments`,
2121
)
22-
.version("v1.0.13")
22+
.version("v1.0.14")
2323
.addCommand(authCommands)
2424
.addCommand(cvmsCommand)
2525
.addCommand(dockerCommands)

0 commit comments

Comments
 (0)