We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8cca57 commit 80c7079Copy full SHA for 80c7079
1 file changed
user_program/usb4vc_shared.py
@@ -13,7 +13,7 @@ def ensure_dir(dir_path):
13
if not os.path.exists(dir_path):
14
os.makedirs(dir_path)
15
16
-RPI_APP_VERSION_TUPLE = (0, 1, 0)
+RPI_APP_VERSION_TUPLE = (0, 1, 1)
17
18
code_name_to_value_lookup = {
19
'KEY_RESERVED':(0, 'kb_key'),
0 commit comments