Skip to content

Commit

Permalink
Increment version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
veganaize committed Aug 16, 2021
1 parent 874c717 commit a0618eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hd.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <string.h>
#include <windows.h>

#define VERSION_STRING "0.6.2"
#define VERSION_STRING "0.6.3"

#define GREEN() SetConsoleTextAttribute(hConsole, 0x02)
#define AQUA() SetConsoleTextAttribute(hConsole, 0x03)
Expand Down

0 comments on commit a0618eb

Please sign in to comment.