diff --git a/Project.toml b/Project.toml index fd8774ee..d99ce328 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "Oxygen" uuid = "df9a0d86-3283-4920-82dc-4555fc0d1d8b" authors = ["Nathan Ortega "] repo = "https://github.com/OxygenFramework/Oxygen.jl.git" -version = "1.5.9" +version = "1.5.10" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" diff --git a/src/core.jl b/src/core.jl index d3945497..1255dd09 100644 --- a/src/core.jl +++ b/src/core.jl @@ -42,7 +42,7 @@ oxygen_title = raw""" function serverwelcome(host::String, port::Int, docs::Bool, metrics::Bool, parallel::Bool, docspath::String) printstyled(oxygen_title, color = :blue, bold = true) - @info "📦 Version 1.5.9 (2024-06-05)" + @info "📦 Version 1.5.10 (2024-06-06)" @info "✅ Started server: http://$host:$port" docs && @info "📖 Documentation: http://$host:$port$docspath" metrics && @info "📊 Metrics: http://$host:$port$docspath/metrics"