Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
Bump version to 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Feb 23, 2015
1 parent a61aa9d commit 7ea5fb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ Target "All" DoNothing

"CleanDocs"
==> "GenerateHelp"
==> "GenerateReferenceDocs"
//==> "GenerateReferenceDocs"
==> "GenerateDocs"

"CleanDocs"
Expand Down
6 changes: 3 additions & 3 deletions src/FSharpx.Reflection/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharpx.Reflection")>]
[<assembly: AssemblyProductAttribute("FSharpx.Reflection")>]
[<assembly: AssemblyDescriptionAttribute("Reflection helpers for F#")>]
[<assembly: AssemblyVersionAttribute("1.0")>]
[<assembly: AssemblyFileVersionAttribute("1.0")>]
[<assembly: AssemblyVersionAttribute("1.9.6")>]
[<assembly: AssemblyFileVersionAttribute("1.9.6")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.0"
let [<Literal>] Version = "1.9.6"

0 comments on commit 7ea5fb7

Please sign in to comment.