1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-09-07 22:22:27 +02:00

chore: normalize version

This commit is contained in:
aclist 2024-04-21 09:22:37 +09:00
parent ecfc2c490e
commit 4cb00d6fe9
4 changed files with 15 additions and 5 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -o pipefail
version=5.2.2.rc-4
version=5.2.3.rc-1
#CONSTANTS
aid=221100

View file

@ -18,7 +18,7 @@ locale.setlocale(locale.LC_ALL, '')
gi.require_version("Gtk", "3.0")
from gi.repository import Gtk, GLib, Gdk, GObject, Pango
# 5.2.2.rc-4
# 5.2.3.rc-1
app_name = "DZGUI"
start_time = 0