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