diff --git a/CHANGELOG.md b/CHANGELOG.md index 097cbc69..9ce95015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [3.0.4] - 2024-08-29 -- Bumped TMC-langs version to 0.36.2 +- Bumped TMC-langs version to 0.36.3 - .csproj files are no longer included when submitting C# exercises - Set the minimum supported VSCode version to 1.86.0 (released in January 2024) - Fixed the TMC-langs CLI's permissions being set to 111 diff --git a/config.js b/config.js index 978ebdc9..010a8a3d 100644 --- a/config.js +++ b/config.js @@ -3,7 +3,7 @@ const path = require("path"); -const TMC_LANGS_RUST_VERSION = "0.36.2"; +const TMC_LANGS_RUST_VERSION = "0.36.3"; const mockTmcLocalMooc = { __TMC_BACKEND_URL__: JSON.stringify("http://localhost:4001"),