From bd9323ced76e205a20e80e7c78e01d60936dcf97 Mon Sep 17 00:00:00 2001 From: Nathan Ortega Date: Wed, 5 Jun 2024 23:33:50 -0400 Subject: [PATCH] bumped version --- Project.toml | 2 +- src/core.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 1cb99004..fd8774ee 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.8" +version = "1.5.9" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" diff --git a/src/core.jl b/src/core.jl index 39278d4b..d3945497 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.8 (2024-05-03)" + @info "📦 Version 1.5.9 (2024-06-05)" @info "✅ Started server: http://$host:$port" docs && @info "📖 Documentation: http://$host:$port$docspath" metrics && @info "📊 Metrics: http://$host:$port$docspath/metrics"