Skip to content

Commit 4a28e2c

Browse files
committed
bumped version
1 parent f0f14fe commit 4a28e2c

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
@@ -2,7 +2,7 @@ name = "Oxygen"
22
uuid = "df9a0d86-3283-4920-82dc-4555fc0d1d8b"
33
authors = ["Nathan Ortega <nate.ortega95@gmail.com>"]
44
repo = "https://github.com/OxygenFramework/Oxygen.jl.git"
5-
version = "1.7.2"
5+
version = "1.7.3"
66

77
[deps]
88
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"

src/core.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ oxygen_title = raw"""
4343

4444
function serverwelcome(external_url::String, docs::Bool, metrics::Bool, parallel::Bool, docspath::String)
4545
printstyled(oxygen_title, color=:blue, bold=true)
46-
@info "📦 Version 1.7.2 (2025-06-17)"
46+
@info "📦 Version 1.7.3 (2025-08-29)"
4747
@info "✅ Started server: $external_url"
4848
if docs
4949
@info "📖 Documentation: $external_url" * docspath

0 commit comments

Comments
 (0)