updated rpi app version number

This commit is contained in:
dekunukem
2022-05-13 15:07:49 +01:00
parent fca986f74c
commit f85ed408b4

View File

@@ -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'),