blob: b1109e010eb4aa489f3b52ac0843107c9fd2dfe4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- cubic_wizard.py 2025-08-21 23:16:40.635113844 +0200
+++ cubic_wizard_patched.py 2025-08-21 23:18:14.683009288 +0200
@@ -117,9 +117,8 @@
model.application.user_home = os.path.expanduser('~')
# Get the running Cubic version.
- model.application.cubic_version = constructor.get_package_version('cubic')
- ### TODO: FOR TESTING ONLY
- ### model.application.cubic_version = '2024.08-87-release~202402210132~ubuntu23.10.1'
+ ### Lazy Band-aid Fix
+ model.application.cubic_version = '2026.02.102-release~202602080449~ubuntu24.04.1'
# Get the running kernel version.
model.application.kernel_version = constructor.get_kernel_version()
|