We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0020dc8 commit 939ac5eCopy full SHA for 939ac5e
1 file changed
src/FSharpx.Async/AssemblyInfo.fs
@@ -4,9 +4,9 @@ open System.Reflection
4
[<assembly: AssemblyTitleAttribute("FSharpx.Async")>]
5
[<assembly: AssemblyProductAttribute("FSharpx.Async")>]
6
[<assembly: AssemblyDescriptionAttribute("Async extensions for F#")>]
7
-[<assembly: AssemblyVersionAttribute("1.10.0")>]
8
-[<assembly: AssemblyFileVersionAttribute("1.10.0")>]
+[<assembly: AssemblyVersionAttribute("1.11.0")>]
+[<assembly: AssemblyFileVersionAttribute("1.11.0")>]
9
do ()
10
11
module internal AssemblyVersionInformation =
12
- let [<Literal>] Version = "1.10.0"
+ let [<Literal>] Version = "1.11.0"
0 commit comments