Skip to content

Commit

Permalink
Bump version to 0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vasily-kirichenko committed Jan 20, 2016
1 parent b53f2ee commit bc1e1d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/FSharp.Configuration/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.Configuration")>]
[<assembly: AssemblyProductAttribute("FSharp.Configuration")>]
[<assembly: AssemblyDescriptionAttribute("The FSharp.Configuration project contains type providers for the configuration of .NET projects.")>]
[<assembly: AssemblyVersionAttribute("0.5.9")>]
[<assembly: AssemblyFileVersionAttribute("0.5.9")>]
[<assembly: AssemblyVersionAttribute("0.5.10")>]
[<assembly: AssemblyFileVersionAttribute("0.5.10")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.5.9"
let [<Literal>] Version = "0.5.10"

0 comments on commit bc1e1d2

Please sign in to comment.