diff --git a/src/Fable.Cli/Util.fs b/src/Fable.Cli/Util.fs index ae41e7fa89..7d39614baa 100644 --- a/src/Fable.Cli/Util.fs +++ b/src/Fable.Cli/Util.fs @@ -2,7 +2,7 @@ namespace Fable.Cli module Literals = - let [] VERSION = "2.3.7" + let [] VERSION = "2.3.8" let [] CORE_VERSION = "2.1.0" let [] DEFAULT_PORT = 61225 let [] FORCE = "force:" diff --git a/src/fable-compiler/RELEASE_NOTES.md b/src/fable-compiler/RELEASE_NOTES.md index 78dd867a77..33c7333a42 100644 --- a/src/fable-compiler/RELEASE_NOTES.md +++ b/src/fable-compiler/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +### 2.3.8 + +* Fix #1832: unit arguments + ### 2.3.7 * Fix SRTP with anonymous records diff --git a/src/fable-compiler/package-lock.json b/src/fable-compiler/package-lock.json index ed9d4b5ef9..3cda3a4691 100644 --- a/src/fable-compiler/package-lock.json +++ b/src/fable-compiler/package-lock.json @@ -1,6 +1,6 @@ { "name": "fable-compiler", - "version": "2.3.7", + "version": "2.3.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src/fable-compiler/package.json b/src/fable-compiler/package.json index 650fbb3246..d984017651 100644 --- a/src/fable-compiler/package.json +++ b/src/fable-compiler/package.json @@ -1,6 +1,6 @@ { "name": "fable-compiler", - "version": "2.3.7", + "version": "2.3.8", "main": "dist/index.js", "description": "Fable compiler", "keywords": [