mirror of
https://github.com/fasteddy516/SimplySerial.git
synced 2024-11-14 14:04:36 +00:00
Updated version string.
This commit is contained in:
parent
cdd720fba7
commit
2b4c915a62
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user