mirror of
https://github.com/dekuNukem/USB4VC.git
synced 2025-10-31 11:26:46 -07:00
updated rpi app version number
This commit is contained in:
@@ -13,7 +13,7 @@ def ensure_dir(dir_path):
|
||||
if not os.path.exists(dir_path):
|
||||
os.makedirs(dir_path)
|
||||
|
||||
RPI_APP_VERSION_TUPLE = (0, 2, 0)
|
||||
RPI_APP_VERSION_TUPLE = (0, 2, 1)
|
||||
|
||||
code_name_to_value_lookup = {
|
||||
'KEY_RESERVED':(0, 'kb_key'),
|
||||
|
||||
Reference in New Issue
Block a user