Skip to content

Commit

Permalink
Release vv1.0.0-alpha.05 🔖
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Jan 31, 2024
1 parent db3f76b commit 5c83cfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Server/Version.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ open System.Reflection

[<assembly: AssemblyTitleAttribute("Swate")>]
[<assembly: AssemblyVersionAttribute("1.0.0")>]
[<assembly: AssemblyMetadataAttribute("Version","1.0.0-alpha.03")>]
[<assembly: AssemblyMetadataAttribute("ReleaseDate","25.01.2024")>]
[<assembly: AssemblyMetadataAttribute("Version","v1.0.0-alpha.05")>]
[<assembly: AssemblyMetadataAttribute("ReleaseDate","31.01.2024")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "Swate"
let [<Literal>] AssemblyVersion = "1.0.0"
let [<Literal>] AssemblyMetadata_Version = "1.0.0-alpha.03"
let [<Literal>] AssemblyMetadata_ReleaseDate = "25.01.2024"
let [<Literal>] AssemblyMetadata_Version = "v1.0.0-alpha.05"
let [<Literal>] AssemblyMetadata_ReleaseDate = "31.01.2024"

0 comments on commit 5c83cfb

Please sign in to comment.