From bb606507175ff1b567e4829cef46c4c7a5cbb5c4 Mon Sep 17 00:00:00 2001 From: Sanket Sudake Date: Sun, 24 Aug 2025 12:03:53 +0530 Subject: [PATCH] Update version to 1.2.0 in envconfig.json --- dotnet8/envconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet8/envconfig.json b/dotnet8/envconfig.json index dfd1be17..f140d5b9 100644 --- a/dotnet8/envconfig.json +++ b/dotnet8/envconfig.json @@ -17,6 +17,6 @@ "runtimeVersion": "8.0.0", "shortDescription": "Fission Dotnet 8.0.0 runtime uses Kestrel to host the internal web server. Supports both single file compilation (--code) and project-based compilation (--src).", "status": "Stable", - "version": "1.1.0" + "version": "1.2.0" } ]