Bump version

This commit is contained in:
Edward Wright 2023-05-16 10:39:13 -04:00
parent 41b933b547
commit 0e9132aaf6

View File

@ -14,7 +14,7 @@ namespace SimplySerial
{
class SimplySerial
{
const string version = "0.8.0-beta.1";
const string version = "0.8.0";
private const int STD_OUTPUT_HANDLE = -11;
private const uint ENABLE_VIRTUAL_TERMINAL_PROCESSING = 0x0004;