From f4efa21640ee1a1aee941bcc2c3c54d92cb6e341 Mon Sep 17 00:00:00 2001 From: Sam Ritchie Date: Tue, 11 Oct 2022 09:44:52 +0800 Subject: [PATCH] Bump version to 0.11.2-beta --- src/FSharp.AWS.DynamoDB/AssemblyInfo.fs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/FSharp.AWS.DynamoDB/AssemblyInfo.fs b/src/FSharp.AWS.DynamoDB/AssemblyInfo.fs index b5c95c3..e39d2bb 100644 --- a/src/FSharp.AWS.DynamoDB/AssemblyInfo.fs +++ b/src/FSharp.AWS.DynamoDB/AssemblyInfo.fs @@ -6,8 +6,8 @@ open System.Runtime.CompilerServices [] [] [] -[] -[] +[] +[] [] do () @@ -15,6 +15,6 @@ module internal AssemblyVersionInformation = let [] AssemblyTitle = "FSharp.AWS.DynamoDB" let [] AssemblyProduct = "FSharp.AWS.DynamoDB" let [] AssemblyDescription = "An F# wrapper over the standard Amazon.DynamoDB library" - let [] AssemblyVersion = "0.11.1" - let [] AssemblyFileVersion = "0.11.1" + let [] AssemblyVersion = "0.11.2" + let [] AssemblyFileVersion = "0.11.2" let [] InternalsVisibleTo = "FSharp.AWS.DynamoDB.Tests"