From 7cea59835de0ca29784bf63d446e2761772a4c27 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 13 Dec 2023 15:27:07 +0100 Subject: [PATCH] RetroDECK v0.7.5b --- net.retrodeck.retrodeck.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index 1ec6357a..d4f1f314 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -78,17 +78,17 @@ modules: # The version number is hardcoded in /app/retrodeck/version # # UPDATE STEPS FOR MAIN: - # [ ] Update the VERSION variable on line containing "VERSION=THISBRANCH" - # [ ] Update the appdata.xml with the version number and notes + # [x] Update the VERSION variable on line containing "VERSION=THISBRANCH" + # [x] Update the appdata.xml with the version number and notes # - name: version-initialization buildsystem: simple build-commands: - | - # on main please update this with the version variable, eg: VERSION='0.7.4b' + # on main please update this with the version variable, eg: VERSION='0.7.5b' # on cooker will be THISBRANCH - VERSION=THISBRANCH + VERSION='0.7.5b' git checkout ${GITHUB_REF_NAME}