bump version to 0.2.0

This commit is contained in:
Edward Wright 2019-06-05 11:55:25 -04:00
parent 0265fb2d23
commit ba43f073d0

View File

@ -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;