Skip to content

Commit 80c7079

Browse files
committed
0.1.1 rpi code release
1 parent e8cca57 commit 80c7079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_program/usb4vc_shared.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def ensure_dir(dir_path):
1313
if not os.path.exists(dir_path):
1414
os.makedirs(dir_path)
1515

16-
RPI_APP_VERSION_TUPLE = (0, 1, 0)
16+
RPI_APP_VERSION_TUPLE = (0, 1, 1)
1717

1818
code_name_to_value_lookup = {
1919
'KEY_RESERVED':(0, 'kb_key'),

0 commit comments

Comments
 (0)