Skip to content

Commit

Permalink
Bump version to 0.2.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
TheInnerLight committed Jun 12, 2016
1 parent 99c48d1 commit 0f0fc8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/NovelIO/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("NovelIO")>]
[<assembly: AssemblyProductAttribute("NovelIO")>]
[<assembly: AssemblyDescriptionAttribute("Functional IO Library")>]
[<assembly: AssemblyVersionAttribute("0.1.1")>]
[<assembly: AssemblyFileVersionAttribute("0.1.1")>]
[<assembly: AssemblyVersionAttribute("0.2.0")>]
[<assembly: AssemblyFileVersionAttribute("0.2.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.1.1"
let [<Literal>] InformationalVersion = "0.1.1"
let [<Literal>] Version = "0.2.0"
let [<Literal>] InformationalVersion = "0.2.0"

0 comments on commit 0f0fc8f

Please sign in to comment.