From b0223352e5d10c802a7cac4b82a735b527ab3bfc Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Tue, 25 Apr 2017 08:00:38 +0200 Subject: [PATCH] Bump version to 1.16.0 --- src/FSharpx.Collections.Experimental/AssemblyInfo.fs | 8 ++++---- src/FSharpx.Collections/AssemblyInfo.fs | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/FSharpx.Collections.Experimental/AssemblyInfo.fs b/src/FSharpx.Collections.Experimental/AssemblyInfo.fs index fd329f02..5b66d861 100644 --- a/src/FSharpx.Collections.Experimental/AssemblyInfo.fs +++ b/src/FSharpx.Collections.Experimental/AssemblyInfo.fs @@ -7,10 +7,10 @@ open System.Runtime.CompilerServices [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "1.15.3" - let [] InformationalVersion = "1.15.3" + let [] Version = "1.16.0" + let [] InformationalVersion = "1.16.0" diff --git a/src/FSharpx.Collections/AssemblyInfo.fs b/src/FSharpx.Collections/AssemblyInfo.fs index 0fb5676e..eccc1fc5 100644 --- a/src/FSharpx.Collections/AssemblyInfo.fs +++ b/src/FSharpx.Collections/AssemblyInfo.fs @@ -7,10 +7,10 @@ open System.Runtime.CompilerServices [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "1.15.3" - let [] InformationalVersion = "1.15.3" + let [] Version = "1.16.0" + let [] InformationalVersion = "1.16.0"