Skip to content

Commit b399dcf

Browse files
author
Ian Seyler
committed
Cleanup
1 parent a3d1480 commit b399dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bmfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ int main(int argc, char *argv[])
7373
{
7474
if (strcasecmp(s_version, argv[1]) == 0)
7575
{
76-
printf("BareMetal File System Utility v1.2.3 (2017 04 07)\n");
76+
printf("BareMetal File System Utility v1.2.4 (2023 06 23)\n");
7777
printf("Written by Ian Seyler @ Return Infinity ([email protected])\n");
7878
}
7979
}

0 commit comments

Comments
 (0)