Skip to content

Commit

Permalink
Bump version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Sep 20, 2014
1 parent 1f038df commit f02a979
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### 0.4.2 - 20.09.2014
#### 0.4.3 - 20.09.2014
* IniFile provider - https://github.com/fsprojects/FSharp.Configuration/pull/34

#### 0.3.0 - 19.09.2014
Expand Down
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.4.2")>]
[<assembly: AssemblyFileVersionAttribute("0.4.2")>]
[<assembly: AssemblyVersionAttribute("0.4.3")>]
[<assembly: AssemblyFileVersionAttribute("0.4.3")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.4.2"
let [<Literal>] Version = "0.4.3"

0 comments on commit f02a979

Please sign in to comment.