diff --git a/src/FSharp.AWS.DynamoDB/AssemblyInfo.fs b/src/FSharp.AWS.DynamoDB/AssemblyInfo.fs index a5ea2c5..66531a0 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.9.4" - let [] AssemblyFileVersion = "0.9.4" + let [] AssemblyVersion = "0.10.0" + let [] AssemblyFileVersion = "0.10.0" let [] InternalsVisibleTo = "FSharp.AWS.DynamoDB.Tests"