We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e15996 commit 3dfdb84Copy full SHA for 3dfdb84
1 file changed
cmd/create.go
@@ -19,7 +19,9 @@ import (
19
"github.com/spf13/cobra"
20
)
21
22
-const inletsProDefaultVersion = "0.11.5"
+// AE: Find version with the following:
23
+// crane ls ghcr.io/inlets/inlets-pro |tail -n 1
24
+const inletsProDefaultVersion = "0.11.8"
25
const inletsProControlPort = 8123
26
27
func init() {
0 commit comments