diff --git a/CHANGELOG.md b/CHANGELOG.md index dc7bb90f..748ffbea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 3.7.10 + +* Update Fable and fix typo + ## 3.7.9.1 * Update Fable and metadata diff --git a/src/App/Prelude.fs b/src/App/Prelude.fs index 0dab6b3a..7843c764 100644 --- a/src/App/Prelude.fs +++ b/src/App/Prelude.fs @@ -6,7 +6,7 @@ open Fable.Core [] module Literals = - let [] REPL_VERSION = "3.7.9.1" // Do not edit manually + let [] REPL_VERSION = "3.7.10" // Do not edit manually let [] STORAGE_KEY = "fable-repl" let [] MAX_LOGS_LENGTH = 200 // let [] HOST =