Skip to content

Commit dcedc52

Browse files
Release version 3.7.9.1
1 parent 1111899 commit dcedc52

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9-
## 3.7.9
9+
## 3.7.9.1
1010

1111
* Update Fable and metadata
1212

src/App/Prelude.fs

+3-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" // Do not edit manually
9+
let [<Literal>] REPL_VERSION = "3.7.9.1" // Do not edit manually
1010
let [<Literal>] STORAGE_KEY = "fable-repl"
1111
let [<Literal>] MAX_LOGS_LENGTH = 200
1212
// let [<Literal>] HOST =
@@ -17,6 +17,8 @@ module Literals =
1717
#else
1818
"https://fable.io/repl/"
1919
#endif
20+
printfn $"HOST {HOST}"
21+
2022
let (*[<Literal>]*) SAMPLES_JSON_URL = HOST + "samples/samples.json"
2123
let (*[<Literal>]*) REPL_LIB_MAP_JSON_URL = HOST + "repl-lib-map.json"
2224
let (*[<Literal>]*) WORKER_BUNDLE_URL = HOST + "js/repl/worker.min.js"

0 commit comments

Comments
 (0)