From 21a49e775bc3328cbb484a94003b875890ae8d0a Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Mon, 15 Jun 2015 08:42:40 +0200 Subject: [PATCH] Bump version to 1.0.2 --- 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 4f0740f..b974a59 100644 --- a/src/FsReveal/AssemblyInfo.fs +++ b/src/FsReveal/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "1.0.1" + let [] Version = "1.0.2"