We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a4f00 commit 07401abCopy full SHA for 07401ab
installer/Installer.nsi
@@ -9,7 +9,7 @@
9
!define /ifndef RYZENAI_FOLDER "ryzen_ai_13_ga"
10
!define /ifndef NPU_DRIVER_ZIP "NPU_RAI1.3.zip"
11
!define /ifndef NPU_DRIVER_VERSION "32.0.203.251"
12
-!define /ifndef LEMONADE_VERSION "v7.0.2"
+!define /ifndef LEMONADE_VERSION "v7.0.4"
13
!define /ifndef RAUX_VERSION "v0.6.5+raux.0.2.0"
14
!define /ifndef RAUX_PRODUCT_NAME "GAIA BETA"
15
!define /ifndef RAUX_PRODUCT_SQUIRREL_NAME "GaiaBeta"
@@ -1161,3 +1161,4 @@ Function uninstall_raux
1161
no_raux_uninstall:
1162
${EndIf}
1163
FunctionEnd
1164
+
src/gaia/version.py
@@ -6,7 +6,7 @@
6
import subprocess
7
import os
8
-__version__ = "0.8.4"
+__version__ = "0.8.5"
def get_package_version() -> str:
0 commit comments