Skip to content

Commit 3af5627

Browse files
committed
bumped version
1 parent ad05690 commit 3af5627

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Oxygen"
22
uuid = "df9a0d86-3283-4920-82dc-4555fc0d1d8b"
3-
version = "1.10.2"
3+
version = "1.11.0"
44
authors = ["Nathan Ortega <nate.ortega95@gmail.com>"]
55
repo = "https://github.com/OxygenFramework/Oxygen.jl.git"
66

src/core.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ oxygen_title = raw"""
5050
function serverwelcome(external_url::String, prefix::Nullable{String}, docs::Bool, metrics::Bool, parallel::Bool, docspath::String)
5151
printstyled(oxygen_title, color=:blue, bold=true)
5252
server_url = join_url_path(external_url, prefix)
53-
@info "📦 Version 1.10.2 (2026-04-18)"
53+
@info "📦 Version 1.11.0 (2026-08-28)"
5454
if !isnothing(prefix)
5555
@info "🏷️ Global path prefix: $prefix"
5656
end

0 commit comments

Comments
 (0)