Skip to content

Commit

Permalink
Release v1.0.0-beta.06 🔖
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Jul 26, 2024
1 parent 4319afd commit 18f6e3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .db/docker.compose.new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ services:
swate:
image: swate:new
container_name: swate_new
ports:
- 8080:8080
ports:
- 5000:5000
extra_hosts:
# cat /etc/hosts , as bash command in container
- "host.docker.internal:host-gateway"
Expand Down
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-beta.05")>]
[<assembly: AssemblyMetadataAttribute("ReleaseDate","12.07.2024")>]
[<assembly: AssemblyMetadataAttribute("Version","v1.0.0-beta.06")>]
[<assembly: AssemblyMetadataAttribute("ReleaseDate","26.07.2024")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] AssemblyTitle = "Swate"
let [<Literal>] AssemblyVersion = "1.0.0"
let [<Literal>] AssemblyMetadata_Version = "v1.0.0-beta.05"
let [<Literal>] AssemblyMetadata_ReleaseDate = "12.07.2024"
let [<Literal>] AssemblyMetadata_Version = "v1.0.0-beta.06"
let [<Literal>] AssemblyMetadata_ReleaseDate = "26.07.2024"

0 comments on commit 18f6e3e

Please sign in to comment.