mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-24 10:09:22 +01:00
bump version
This commit is contained in:
parent
cc554b4489
commit
d8eb189a51
@ -1,5 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
PATCHIMAGE_VERSION=6.1.0
|
||||||
|
|
||||||
setup_tools () {
|
setup_tools () {
|
||||||
|
|
||||||
if [[ $(uname -m) == "x86_64" ]]; then
|
if [[ $(uname -m) == "x86_64" ]]; then
|
||||||
@ -21,7 +23,7 @@ ask_game () {
|
|||||||
|
|
||||||
echo -e \
|
echo -e \
|
||||||
"************************************************
|
"************************************************
|
||||||
patchimage v6.0.0
|
patchimage v${PATCHIMAGE_VERSION}
|
||||||
|
|
||||||
Enter ID for the Game you want to create:
|
Enter ID for the Game you want to create:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user