Skip to content

Commit 69b89d0

Browse files
committed
Bump one patch version
1 parent 7785e99 commit 69b89d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"fable": {
6-
"version": "4.23.0",
6+
"version": "4.24.0",
77
"commands": [
88
"fable"
99
]

src/FSharpPlus/Control/Comonad.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ open System.Threading.Tasks
77
open FSharpPlus
88
open FSharpPlus.Extensions
99
open FSharpPlus.Internals
10-
#if !FABLE_COMPILER4
10+
#if !FABLE_COMPILER
1111

1212
// Comonad class ----------------------------------------------------------
1313

0 commit comments

Comments
 (0)