diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml
index 7c98abac..a7f6a20c 100644
--- a/net.retrodeck.retrodeck.yml
+++ b/net.retrodeck.retrodeck.yml
@@ -66,8 +66,8 @@ modules:
   # The version number is stored in /var/conf/retrodeck/version
   # 
   # UPDATE STEPS FOR MAIN:
-  # [X] Update the VERSION variable
-  # [X] Update the appdata.xml with the version number and notes
+  # [ ] Update the VERSION variable
+  # [ ] Update the appdata.xml with the version number and notes
   # [X] change branch into main in retrodeck module (last one)
   #
   - name: version-initialization
@@ -76,7 +76,7 @@ modules:
       - |
         git checkout ${GITHUB_REF_NAME}
         mkdir -p ${FLATPAK_DEST}/retrodeck/
-        VERSION="0.4.3b"
+        VERSION="cooker-0.4.4b"
         if [[ $VERSION == "cooker" ]];
         then
           VERSION=$(git describe --tags | tr - .)