Skip to content

Commit 88d3e43

Browse files
Update version
1 parent 2af61c5 commit 88d3e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchent.go

+1-1
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.7"
24+
const OrchentVersion string = "1.2.8"
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)