Skip to content

Commit

Permalink
Bump version to 0.10.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
samritchie committed Apr 12, 2022
1 parent 8d4c042 commit c7d99a1
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.9.4")>]
[<assembly: AssemblyFileVersionAttribute("0.9.4")>]
[<assembly: AssemblyVersionAttribute("0.10.0")>]
[<assembly: AssemblyFileVersionAttribute("0.10.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.9.4"
let [<Literal>] AssemblyFileVersion = "0.9.4"
let [<Literal>] AssemblyVersion = "0.10.0"
let [<Literal>] AssemblyFileVersion = "0.10.0"
let [<Literal>] InternalsVisibleTo = "FSharp.AWS.DynamoDB.Tests"

0 comments on commit c7d99a1

Please sign in to comment.