From f120ffc4481b1286bfcb4d977202c184336a5c33 Mon Sep 17 00:00:00 2001 From: royroyee Date: Mon, 29 Jan 2024 19:59:06 +0900 Subject: [PATCH] Bump version --- README.md | 2 +- cmd/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d17bf7..ded2bed 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ A successful login generates a `config.json` file in `~/.alpacon`, which include This file is crucial for executing commands, and you will need to log in again once the token expires. Upon re-login, the Alpacon CLI will automatically reuse the server address from `config.json`, unless you provide all the flags (-s, -u, -p). -If you need to connect to a different server or change the server address, you can either directly modify the `config.json` file in ~/.alpacon or provide all flags to specify a new server URL. +If you need to connect to a different server or change the server address, you can either directly modify the `config.json` file in `~/.alpacon` or provide all flags to specify a new server URL. #### Default Server URL If you do not explicitly specify the server URL (-s) in the command, the default value `https://alpacon.io` is used. diff --git a/cmd/version.go b/cmd/version.go index e8acff7..ab3ca8d 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( "github.com/spf13/cobra" ) -var VersionCli = "0.0.4" +var VersionCli = "0.0.6" var versionCmd = &cobra.Command{ Use: "version",