mirror of
https://github.com/fasteddy516/SimplySerial.git
synced 2024-11-14 14:04:36 +00:00
bump version to 0.2.0
This commit is contained in:
parent
0265fb2d23
commit
ba43f073d0
@ -13,7 +13,7 @@ namespace SimplySerial
|
||||
static SerialPort serialPort;
|
||||
|
||||
// default comspec values and application settings set here will be overridden by values passed through command-line arguments
|
||||
static readonly string version = "0.1.0";
|
||||
static readonly string version = "0.2.0";
|
||||
static bool Quiet = false;
|
||||
static bool NoWait = false;
|
||||
static ComPort port;
|
||||
|
Loading…
Reference in New Issue
Block a user