Skip to content

Commit 2cbb727

Browse files
Release version 4.0.0-theta-009
1 parent 0396467 commit 2cbb727

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+
## 4.0.0-theta-009
10+
11+
* Update Fable
12+
913
## 4.0.0-alpha-024
1014

1115
* Fable 4 alpha-24

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 = "4.0.0-alpha-024" // Do not edit manually
9+
let [<Literal>] REPL_VERSION = "4.0.0-theta-009" // 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)