Skip to content

Commit

Permalink
Bump version to 0.11.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
samritchie committed May 13, 2022
1 parent 1747b3c commit 9512220
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.202",
"version": "6.0.300",
"rollForward": "latestMajor"
}
}
8 changes: 4 additions & 4 deletions src/FSharp.AWS.DynamoDB/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ open System.Runtime.CompilerServices
[<assembly: AssemblyTitleAttribute("FSharp.AWS.DynamoDB")>]
[<assembly: AssemblyProductAttribute("FSharp.AWS.DynamoDB")>]
[<assembly: AssemblyDescriptionAttribute("An F# wrapper over the standard Amazon.DynamoDB library")>]
[<assembly: AssemblyVersionAttribute("0.10.1")>]
[<assembly: AssemblyFileVersionAttribute("0.10.1")>]
[<assembly: AssemblyVersionAttribute("0.11.0")>]
[<assembly: AssemblyFileVersionAttribute("0.11.0")>]
[<assembly: InternalsVisibleToAttribute("FSharp.AWS.DynamoDB.Tests")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "FSharp.AWS.DynamoDB"
let [<Literal>] AssemblyProduct = "FSharp.AWS.DynamoDB"
let [<Literal>] AssemblyDescription = "An F# wrapper over the standard Amazon.DynamoDB library"
let [<Literal>] AssemblyVersion = "0.10.1"
let [<Literal>] AssemblyFileVersion = "0.10.1"
let [<Literal>] AssemblyVersion = "0.11.0"
let [<Literal>] AssemblyFileVersion = "0.11.0"
let [<Literal>] InternalsVisibleTo = "FSharp.AWS.DynamoDB.Tests"

0 comments on commit 9512220

Please sign in to comment.