Skip to content

Commit fa32ff0

Browse files
committed
Bump version to 1.11.1
1 parent 424c372 commit fa32ff0

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.11.0")>]
8-
[<assembly: AssemblyFileVersionAttribute("1.11.0")>]
7+
[<assembly: AssemblyVersionAttribute("1.11.1")>]
8+
[<assembly: AssemblyFileVersionAttribute("1.11.1")>]
99
do ()
1010

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

0 commit comments

Comments
 (0)