Skip to content

Commit

Permalink
Bump version to 0.4.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
TheInnerLight committed Sep 4, 2016
1 parent 630144d commit f6bca0e
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.3.0")>]
[<assembly: AssemblyFileVersionAttribute("0.3.0")>]
[<assembly: AssemblyVersionAttribute("0.4.0")>]
[<assembly: AssemblyFileVersionAttribute("0.4.0")>]
do ()

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

0 comments on commit f6bca0e

Please sign in to comment.