Skip to content

Commit e2262c3

Browse files
Release version 3.7.10
1 parent e09f799 commit e2262c3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## 3.7.10
10+
11+
* Update Fable and fix typo
12+
913
## 3.7.9.1
1014

1115
* Update Fable and metadata

src/App/Prelude.fs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ open Fable.Core
66

77
[<RequireQualifiedAccess>]
88
module Literals =
9-
let [<Literal>] REPL_VERSION = "3.7.9.1" // Do not edit manually
9+
let [<Literal>] REPL_VERSION = "3.7.10" // Do not edit manually
1010
let [<Literal>] STORAGE_KEY = "fable-repl"
1111
let [<Literal>] MAX_LOGS_LENGTH = 200
1212
// let [<Literal>] HOST =

0 commit comments

Comments
 (0)