From 7ba629c55f0bb6f9f2dd42f7748765908762f73d Mon Sep 17 00:00:00 2001 From: William <1021805382@qq.com> Date: Mon, 9 Sep 2019 14:52:53 +0800 Subject: [PATCH] feat(Custom && Nodejs10): Support Custom && Nodejs10 Runtime (#54) --- cmd/shell.go | 2 ++ version/VERSION | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cmd/shell.go b/cmd/shell.go index 2fd9d6e..f811c14 100644 --- a/cmd/shell.go +++ b/cmd/shell.go @@ -1692,8 +1692,10 @@ var shellCmd = &cobra.Command{ "python3": "aliyunfc/runtime-python3.6", "nodejs6": "aliyunfc/runtime-nodejs6", "nodejs8": "aliyunfc/runtime-nodejs8", + "nodejs10": "aliyunfc/runtime-nodejs10", "java8": "aliyunfc/runtime-java8", "php7.2": "aliyunfc/runtime-php7.2", + "custom": "aliyunfc/runtime-custom", } sbox := &ishell.Cmd{ diff --git a/version/VERSION b/version/VERSION index 3eefcb9..21e8796 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -1.0.0 +1.0.3