Skip to content

Commit

Permalink
Bump version to 0.12.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
samritchie committed Nov 14, 2024
1 parent c4f7d1d commit 8c6e16a
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.12.1")>]
[<assembly: AssemblyFileVersionAttribute("0.12.1")>]
[<assembly: AssemblyVersionAttribute("0.12.2")>]
[<assembly: AssemblyFileVersionAttribute("0.12.2")>]
[<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.12.1"
let [<Literal>] AssemblyFileVersion = "0.12.1"
let [<Literal>] AssemblyVersion = "0.12.2"
let [<Literal>] AssemblyFileVersion = "0.12.2"
let [<Literal>] InternalsVisibleTo = "FSharp.AWS.DynamoDB.Tests"

0 comments on commit 8c6e16a

Please sign in to comment.