We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c4fa0 commit f30f50bCopy full SHA for f30f50b
CHANGELOG.md
@@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## Unreleased
8
9
-## 3.1.6
+## 3.1.12
10
11
+* Update Fable
12
* Add sample: @Rickasaurus 's F# Ant Colony game to Fable. @robertpi
13
14
## 3.1.5
src/App/Prelude.fs
@@ -6,7 +6,7 @@ open Fable.Core
[<RequireQualifiedAccess>]
module Literals =
- let [<Literal>] REPL_VERSION = "3.1.6" // Do not edit manually
+ let [<Literal>] REPL_VERSION = "3.1.12" // Do not edit manually
let [<Literal>] STORAGE_KEY = "fable-repl"
let [<Literal>] MAX_LOGS_LENGTH = 200
// let [<Literal>] HOST =
0 commit comments