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