From 925bdc6fb72a738d0111f9ca3690795b333193e7 Mon Sep 17 00:00:00 2001 From: Nathan Ortega Date: Mon, 2 Sep 2024 13:15:21 -0400 Subject: [PATCH] bump version --- Project.toml | 2 +- src/core.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index dfc91157..cc6e5add 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.12" +version = "1.5.13" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" diff --git a/src/core.jl b/src/core.jl index b8e24392..1cc0195d 100644 --- a/src/core.jl +++ b/src/core.jl @@ -42,7 +42,7 @@ oxygen_title = raw""" function serverwelcome(external_url::String, docs::Bool, metrics::Bool, parallel::Bool, docspath::String) printstyled(oxygen_title, color=:blue, bold=true) - @info "📦 Version 1.5.12 (2024-06-18)" + @info "📦 Version 1.5.13 (2024-09-02)" @info "✅ Started server: $external_url" if docs @info "📖 Documentation: $external_url" * docspath