Skip to content

Commit

Permalink
Release version 4.0.0-theta-009
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Sep 27, 2022
1 parent 0396467 commit 2cbb727
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

## 4.0.0-theta-009

* Update Fable

## 4.0.0-alpha-024

* Fable 4 alpha-24
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 = "4.0.0-alpha-024" // Do not edit manually
let [<Literal>] REPL_VERSION = "4.0.0-theta-009" // 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 2cbb727

Please sign in to comment.