From f02a97982f45c16b5d4fe41aacff208ffa00139a Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Sat, 20 Sep 2014 10:13:42 +0200 Subject: [PATCH] Bump version to 0.4.3 --- RELEASE_NOTES.md | 2 +- src/FSharp.Configuration/AssemblyInfo.fs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6aa741e8..c44f5007 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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 diff --git a/src/FSharp.Configuration/AssemblyInfo.fs b/src/FSharp.Configuration/AssemblyInfo.fs index d8d07c6d..5b81afa0 100644 --- a/src/FSharp.Configuration/AssemblyInfo.fs +++ b/src/FSharp.Configuration/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.4.2" + let [] Version = "0.4.3"