mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 12:03:00 +02:00
Increment major version
This commit is contained in:
parent
6a8566fb4a
commit
15aad8b49f
2 changed files with 5 additions and 1 deletions
|
@ -5,6 +5,10 @@
|
||||||
- Custom query API
|
- Custom query API
|
||||||
- Standardize dialogs
|
- Standardize dialogs
|
||||||
|
|
||||||
|
## [3.0.0-rc.1] 2022-10-12
|
||||||
|
### Changed
|
||||||
|
- Increment major version
|
||||||
|
|
||||||
## [2.8.0-rc.9] 2022-10-11
|
## [2.8.0-rc.9] 2022-10-11
|
||||||
### Changed
|
### Changed
|
||||||
- Reordered main menu elements
|
- Reordered main menu elements
|
||||||
|
|
2
dzgui.sh
2
dzgui.sh
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
version=2.8.0-rc.9
|
version=3.0.0-testing
|
||||||
|
|
||||||
aid=221100
|
aid=221100
|
||||||
game="dayz"
|
game="dayz"
|
||||||
|
|
Loading…
Reference in a new issue