Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
royroyee committed Jan 29, 2024
1 parent 8af4721 commit f120ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f120ffc

Please sign in to comment.