mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-01-25 19:14:59 +00:00
5 lines
118 B
C
5 lines
118 B
C
|
#pragma once
|
||
|
|
||
|
#define TOTP_APP_VERSION_MAJOR (3)
|
||
|
#define TOTP_APP_VERSION_MINOR (2)
|
||
|
#define TOTP_APP_VERSION_PATCH (0)
|