From d338b68b604bf7a194c8c0087cd570f807cd12a7 Mon Sep 17 00:00:00 2001 From: Sergey Tihon Date: Wed, 20 Jan 2016 17:12:41 +0300 Subject: [PATCH] Bump version to 0.3.4 --- 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 858a658f..731f0876 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.3" + let [] Version = "0.3.4"