From c08622d7e92e1506c2bb1d3367a1870b044e5e7f Mon Sep 17 00:00:00 2001 From: Alfonso Garcia-Caro Date: Mon, 8 Nov 2021 12:32:19 +0900 Subject: [PATCH] Release version 3.4.10 --- CHANGELOG.md | 4 ++++ src/App/Prelude.fs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e2f3f8..f71fc597 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.4.10 + +* Update Fable + ## 3.4.8 * Update Fable diff --git a/src/App/Prelude.fs b/src/App/Prelude.fs index eb3a8b39..867f58f6 100644 --- a/src/App/Prelude.fs +++ b/src/App/Prelude.fs @@ -6,7 +6,7 @@ open Fable.Core [] module Literals = - let [] REPL_VERSION = "3.4.8" // Do not edit manually + let [] REPL_VERSION = "3.4.10" // Do not edit manually let [] STORAGE_KEY = "fable-repl" let [] MAX_LOGS_LENGTH = 200 // let [] HOST =