Skip to content

Commit

Permalink
Release version 3.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Apr 29, 2022
1 parent e09f799 commit e2262c3
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.7.10

* Update Fable and fix typo

## 3.7.9.1

* Update Fable and metadata
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.7.9.1" // Do not edit manually
let [<Literal>] REPL_VERSION = "3.7.10" // 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 e2262c3

Please sign in to comment.