From bb7332ed2bbd665f2860e4161e99f724a63e2f11 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Mon, 2 Mar 2015 08:48:40 +0100 Subject: [PATCH] Bump version to 0.4.3 --- src/FsReveal/AssemblyInfo.fs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/FsReveal/AssemblyInfo.fs b/src/FsReveal/AssemblyInfo.fs index bce44b1..5386d67 100644 --- a/src/FsReveal/AssemblyInfo.fs +++ b/src/FsReveal/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.4.2" + let [] Version = "0.4.3"