diff --git a/src/FSharpx.Collections.Experimental/AssemblyInfo.fs b/src/FSharpx.Collections.Experimental/AssemblyInfo.fs index cbf18c1a..fd329f02 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.2" - let [] InformationalVersion = "1.15.2" + let [] Version = "1.15.3" + let [] InformationalVersion = "1.15.3" diff --git a/src/FSharpx.Collections/AssemblyInfo.fs b/src/FSharpx.Collections/AssemblyInfo.fs index 61644db4..0fb5676e 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.2" - let [] InformationalVersion = "1.15.2" + let [] Version = "1.15.3" + let [] InformationalVersion = "1.15.3"