mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 05:12:36 +01:00
chore: bump version
This commit is contained in:
parent
d93c06c5da
commit
e062d6cb60
2 changed files with 2 additions and 2 deletions
2
dzgui.sh
2
dzgui.sh
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -o pipefail
|
||||
|
||||
version=5.0.0.rc-1
|
||||
version=5.0.0.rc-2
|
||||
|
||||
#CONSTANTS
|
||||
aid=221100
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
set -o pipefail
|
||||
version="5.0.0.rc-1"
|
||||
version="5.0.0.rc-2"
|
||||
|
||||
#CONSTANTS
|
||||
aid=221100
|
||||
|
|
Loading…
Reference in a new issue