Skip to content

Commit

Permalink
Release v1.0.0-alpha.15 🔖
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Feb 26, 2024
1 parent d1abaf1 commit 0fe5d3a
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","v1.0.0-alpha.14")>]
[<assembly: AssemblyMetadataAttribute("ReleaseDate","21.02.2024")>]
[<assembly: AssemblyMetadataAttribute("Version","v1.0.0-alpha.15")>]
[<assembly: AssemblyMetadataAttribute("ReleaseDate","26.02.2024")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "Swate"
let [<Literal>] AssemblyVersion = "1.0.0"
let [<Literal>] AssemblyMetadata_Version = "v1.0.0-alpha.14"
let [<Literal>] AssemblyMetadata_ReleaseDate = "21.02.2024"
let [<Literal>] AssemblyMetadata_Version = "v1.0.0-alpha.15"
let [<Literal>] AssemblyMetadata_ReleaseDate = "26.02.2024"

0 comments on commit 0fe5d3a

Please sign in to comment.