We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0396467 commit 2cbb727Copy full SHA for 2cbb727
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
+## 4.0.0-theta-009
10
+
11
+* Update Fable
12
13
## 4.0.0-alpha-024
14
15
* Fable 4 alpha-24
src/App/Prelude.fs
@@ -6,7 +6,7 @@ open Fable.Core
[<RequireQualifiedAccess>]
module Literals =
- let [<Literal>] REPL_VERSION = "4.0.0-alpha-024" // Do not edit manually
+ let [<Literal>] REPL_VERSION = "4.0.0-theta-009" // Do not edit manually
let [<Literal>] STORAGE_KEY = "fable-repl"
let [<Literal>] MAX_LOGS_LENGTH = 200
// let [<Literal>] HOST =
0 commit comments