From e63992e35c86172d41a90408c7139707430902e8 Mon Sep 17 00:00:00 2001 From: Sergey Tihon Date: Mon, 18 Jan 2016 16:40:22 +0300 Subject: [PATCH] Bump version to 0.3.3 --- src/Common/AssemblyInfo.fs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Common/AssemblyInfo.fs b/src/Common/AssemblyInfo.fs index 6ed2bbf7..858a658f 100644 --- a/src/Common/AssemblyInfo.fs +++ b/src/Common/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.3.2" + let [] Version = "0.3.3"