Skip to content

Commit 8b802e4

Browse files
Update application version
1 parent 8060ab5 commit 8b802e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"gopkg.in/alecthomas/kingpin.v2"
2222
)
2323

24-
const OrchentVersion string = "1.2.9"
24+
const OrchentVersion string = "1.3.0"
2525

2626
var (
2727
app = kingpin.New("orchent", "The orchestrator client. \n \nPlease either store your access token in 'ORCHENT_TOKEN' or set the account to use with oidc-agent in the 'ORCHENT_AGENT_ACCOUNT' and the socket of the oidc-agent in the 'OIDC_SOCK' environment variable: \n export ORCHENT_TOKEN=<your access token> \n OR \n export OIDC_SOCK=<path to the oidc-agent socket> (usually this is already exported) \n export ORCHENT_AGENT_ACCOUNT=<account to use> \nIf you need to specify the file containing the trusted root CAs use the 'ORCHENT_CAFILE' environment variable: \n export ORCHENT_CAFILE=<path to file containing trusted CAs>\n \n").Version(OrchentVersion)

0 commit comments

Comments
 (0)