mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 03:53:01 +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
|
||||
- Standardize dialogs
|
||||
|
||||
## [3.0.0-rc.1] 2022-10-12
|
||||
### Changed
|
||||
- Increment major version
|
||||
|
||||
## [2.8.0-rc.9] 2022-10-11
|
||||
### Changed
|
||||
- Reordered main menu elements
|
||||
|
|
2
dzgui.sh
2
dzgui.sh
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -o pipefail
|
||||
version=2.8.0-rc.9
|
||||
version=3.0.0-testing
|
||||
|
||||
aid=221100
|
||||
game="dayz"
|
||||
|
|
Loading…
Reference in a new issue