Skip to content

Commit

Permalink
Bump version to 0.3.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
TheInnerLight committed Jul 12, 2016
1 parent 9222eb6 commit 6abe275
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.2.0")>]
[<assembly: AssemblyFileVersionAttribute("0.2.0")>]
[<assembly: AssemblyVersionAttribute("0.3.0")>]
[<assembly: AssemblyFileVersionAttribute("0.3.0")>]
do ()

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

0 comments on commit 6abe275

Please sign in to comment.