Skip to content

Commit 939ac5e

Browse files
committed
Bump version to 1.11.0
1 parent 0020dc8 commit 939ac5e

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

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

0 commit comments

Comments
 (0)