Skip to content

Commit

Permalink
Bump version to 1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Feb 25, 2015
1 parent 5c70b34 commit 946b1fb
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.9")>]
[<assembly: AssemblyFileVersionAttribute("1.9.9")>]
[<assembly: AssemblyVersionAttribute("1.9.10")>]
[<assembly: AssemblyFileVersionAttribute("1.9.10")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.9.9"
let [<Literal>] Version = "1.9.10"

0 comments on commit 946b1fb

Please sign in to comment.