Updated version string.

This commit is contained in:
Edward Wright 2021-07-19 09:25:08 -04:00
parent cdd720fba7
commit 2b4c915a62

View File

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