Skip to content

Commit

Permalink
Bump version to 1.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Feb 23, 2015
1 parent e47ba4c commit 79e6bf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/FSharpx.Async/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharpx.Async")>]
[<assembly: AssemblyProductAttribute("FSharpx.Async")>]
[<assembly: AssemblyDescriptionAttribute("Async extensions for F#")>]
[<assembly: AssemblyVersionAttribute("1.9.7")>]
[<assembly: AssemblyFileVersionAttribute("1.9.7")>]
[<assembly: AssemblyVersionAttribute("1.9.8")>]
[<assembly: AssemblyFileVersionAttribute("1.9.8")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.9.7"
let [<Literal>] Version = "1.9.8"

0 comments on commit 79e6bf1

Please sign in to comment.