From 0d70e4d5e94e6ca56aaa27d00538f26a25a87836 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (OpenFaaS Ltd)" Date: Mon, 10 Jun 2024 15:37:31 +0100 Subject: [PATCH] Update to inlets 0.9.31 Signed-off-by: Alex Ellis (OpenFaaS Ltd) --- cmd/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/create.go b/cmd/create.go index 8018c7a6..92f1a45a 100644 --- a/cmd/create.go +++ b/cmd/create.go @@ -19,7 +19,7 @@ import ( "github.com/spf13/cobra" ) -const inletsProDefaultVersion = "0.9.28" +const inletsProDefaultVersion = "0.9.31" const inletsProControlPort = 8123 func init() {