Skip to content

Commit f30f50b

Browse files
Release version 3.1.12
1 parent 99c4fa0 commit f30f50b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9-
## 3.1.6
9+
## 3.1.12
1010

11+
* Update Fable
1112
* Add sample: @Rickasaurus 's F# Ant Colony game to Fable. @robertpi
1213

1314
## 3.1.5

src/App/Prelude.fs

Lines changed: 1 addition & 1 deletion
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.1.6" // Do not edit manually
9+
let [<Literal>] REPL_VERSION = "3.1.12" // 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)