Skip to content

Commit

Permalink
Release version 3.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Nov 4, 2021
1 parent 38e90b1 commit 86f52c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 3.4.8

* Update Fable

## 3.2.11

* Enable Fable.Repl.Lib
Expand Down
2 changes: 1 addition & 1 deletion src/App/Prelude.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ open Fable.Core

[<RequireQualifiedAccess>]
module Literals =
let [<Literal>] REPL_VERSION = "3.2.11" // Do not edit manually
let [<Literal>] REPL_VERSION = "3.4.8" // Do not edit manually
let [<Literal>] STORAGE_KEY = "fable-repl"
let [<Literal>] MAX_LOGS_LENGTH = 200
// let [<Literal>] HOST =
Expand Down

0 comments on commit 86f52c6

Please sign in to comment.