Update version number to 1.0.4

This commit is contained in:
Aslan2142 2022-08-20 13:17:43 -04:00
parent a453286ba7
commit f3ea5d2e38
6 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@
int main(int argc, char *argv[])
{
QString version = "1.0.3";
QString version = "1.0.4";
//Run GUI if no arguments are passed
if (argc == 1)