From e2262c3ba7d196dd25487c126ec5b4f62724d407 Mon Sep 17 00:00:00 2001 From: Alfonso Garcia-Caro Date: Fri, 29 Apr 2022 13:46:04 +0900 Subject: [PATCH] Release version 3.7.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 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 =