We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424c372 commit fa32ff0Copy full SHA for fa32ff0
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.11.0")>]
8
-[<assembly: AssemblyFileVersionAttribute("1.11.0")>]
+[<assembly: AssemblyVersionAttribute("1.11.1")>]
+[<assembly: AssemblyFileVersionAttribute("1.11.1")>]
9
do ()
10
11
module internal AssemblyVersionInformation =
12
- let [<Literal>] Version = "1.11.0"
+ let [<Literal>] Version = "1.11.1"
0 commit comments