From 315baa70cf16143e83afb3d34ac1f31387481037 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Fri, 29 Apr 2022 19:19:40 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump=20version=20to=20v1.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phoenix-upshid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phoenix-upshid.c b/phoenix-upshid.c index 28af797..6946103 100644 --- a/phoenix-upshid.c +++ b/phoenix-upshid.c @@ -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); }