Skip to content

Commit 946b1fb

Browse files
committed
Bump version to 1.9.10
1 parent 5c70b34 commit 946b1fb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/FSharpx.Async/AssemblyInfo.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ open System.Reflection
44
[<assembly: AssemblyTitleAttribute("FSharpx.Async")>]
55
[<assembly: AssemblyProductAttribute("FSharpx.Async")>]
66
[<assembly: AssemblyDescriptionAttribute("Async extensions for F#")>]
7-
[<assembly: AssemblyVersionAttribute("1.9.9")>]
8-
[<assembly: AssemblyFileVersionAttribute("1.9.9")>]
7+
[<assembly: AssemblyVersionAttribute("1.9.10")>]
8+
[<assembly: AssemblyFileVersionAttribute("1.9.10")>]
99
do ()
1010

1111
module internal AssemblyVersionInformation =
12-
let [<Literal>] Version = "1.9.9"
12+
let [<Literal>] Version = "1.9.10"

0 commit comments

Comments
 (0)