🔖 bump version to v1.0.2

This commit is contained in:
DrMaxNix 2022-04-29 19:19:40 +02:00 committed by GitHub
parent b4f5170269
commit 315baa70cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ void usbreset(){
HELPER: Print version and exit
*/
void print_version(){
printf("phoenix-upshid v1.0.2-a | (c) DrMaxNix 2022 | www.drmaxnix.de/phoenix-upshid\n");
printf("phoenix-upshid v1.0.2 | (c) DrMaxNix 2022 | www.drmaxnix.de/phoenix-upshid\n");
exit(0);
}