v3.6.0 — bump GUI version label to 3.6.0

This commit is contained in:
admin
2026-05-22 13:18:40 +04:00
Unverified
parent beea20686b
commit 0d34bb6301
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -1107,7 +1107,7 @@ class LauncherWin(Gtk.Window):
# header row # header row
hdr = Gtk.Box(spacing=8) hdr = Gtk.Box(spacing=8)
vbox.pack_start(hdr, False, False, 0) vbox.pack_start(hdr, False, False, 0)
lbl = Gtk.Label(label="<b>Codex Launcher v3.3.0</b>") lbl = Gtk.Label(label="<b>Codex Launcher v3.6.0</b>")
lbl.set_use_markup(True) lbl.set_use_markup(True)
hdr.pack_start(lbl, False, False, 0) hdr.pack_start(lbl, False, False, 0)
changelog_btn = Gtk.Button(label="Changelog") changelog_btn = Gtk.Button(label="Changelog")