diff --git a/Project.toml b/Project.toml index d99ce328..4d66f993 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.10" +version = "1.5.11" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" diff --git a/src/core.jl b/src/core.jl index b389c81e..b53a82f2 100644 --- a/src/core.jl +++ b/src/core.jl @@ -41,7 +41,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.10 (2024-06-06)" + @info "📦 Version 1.5.11 (2024-06-15)" @info "✅ Started server: http://$host:$port" if docs @info "📖 Documentation: http://$host:$port$docspath"