Skip to content

Commit

Permalink
Release version 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Jun 22, 2021
1 parent b339b3f commit db8c0b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 3.2.5
## 3.2.6

* Update Fable

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.5" // Do not edit manually
let [<Literal>] REPL_VERSION = "3.2.6" // 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 db8c0b4

Please sign in to comment.