Skip to content

Commit

Permalink
Bump version to 0.11.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
samritchie committed Jul 15, 2022
1 parent 0523700 commit b817b6d
Showing 1 changed file with 4 additions and 4 deletions.
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.11.0")>]
[<assembly: AssemblyFileVersionAttribute("0.11.0")>]
[<assembly: AssemblyVersionAttribute("0.11.1")>]
[<assembly: AssemblyFileVersionAttribute("0.11.1")>]
[<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.11.0"
let [<Literal>] AssemblyFileVersion = "0.11.0"
let [<Literal>] AssemblyVersion = "0.11.1"
let [<Literal>] AssemblyFileVersion = "0.11.1"
let [<Literal>] InternalsVisibleTo = "FSharp.AWS.DynamoDB.Tests"

0 comments on commit b817b6d

Please sign in to comment.