Skip to content

Commit 9512220

Browse files
committed
Bump version to 0.11.0-beta
1 parent 1747b3c commit 9512220

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "6.0.202",
3+
"version": "6.0.300",
44
"rollForward": "latestMajor"
55
}
66
}

src/FSharp.AWS.DynamoDB/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ open System.Runtime.CompilerServices
66
[<assembly: AssemblyTitleAttribute("FSharp.AWS.DynamoDB")>]
77
[<assembly: AssemblyProductAttribute("FSharp.AWS.DynamoDB")>]
88
[<assembly: AssemblyDescriptionAttribute("An F# wrapper over the standard Amazon.DynamoDB library")>]
9-
[<assembly: AssemblyVersionAttribute("0.10.1")>]
10-
[<assembly: AssemblyFileVersionAttribute("0.10.1")>]
9+
[<assembly: AssemblyVersionAttribute("0.11.0")>]
10+
[<assembly: AssemblyFileVersionAttribute("0.11.0")>]
1111
[<assembly: InternalsVisibleToAttribute("FSharp.AWS.DynamoDB.Tests")>]
1212
do ()
1313

1414
module internal AssemblyVersionInformation =
1515
let [<Literal>] AssemblyTitle = "FSharp.AWS.DynamoDB"
1616
let [<Literal>] AssemblyProduct = "FSharp.AWS.DynamoDB"
1717
let [<Literal>] AssemblyDescription = "An F# wrapper over the standard Amazon.DynamoDB library"
18-
let [<Literal>] AssemblyVersion = "0.10.1"
19-
let [<Literal>] AssemblyFileVersion = "0.10.1"
18+
let [<Literal>] AssemblyVersion = "0.11.0"
19+
let [<Literal>] AssemblyFileVersion = "0.11.0"
2020
let [<Literal>] InternalsVisibleTo = "FSharp.AWS.DynamoDB.Tests"

0 commit comments

Comments
 (0)