Update version numbers

This commit is contained in:
Jason Watkins
2018-10-20 13:52:22 -07:00
parent c52deb3c45
commit cf6a45fb87
4 changed files with 7 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ int main(void)
};
char path[256] = { 0 };
displayStart("1.2.0.0");
displayStart("1.3-rc.1");
while (1)
{
switch (displayMenu("What would you like to do?", mainOpts, 3))