diff options
author | emkael <emkael@tlen.pl> | 2017-06-28 22:38:59 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-06-28 22:38:59 +0200 |
commit | aecbbb3b8e1f8583bb70583b6329d7151d1e0a4a (patch) | |
tree | b75103bf5865dcd96a7b86d5306580d08094f307 | |
parent | a591dad013e65b4bd5642b93b7c06b6697b119c1 (diff) |
* bumping version labelsv1.0.7
-rw-r--r-- | Aktywator/MainForm.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Aktywator/MainForm.cs b/Aktywator/MainForm.cs index 31de969..d8fb6c0 100644 --- a/Aktywator/MainForm.cs +++ b/Aktywator/MainForm.cs @@ -11,8 +11,8 @@ namespace Aktywator { public partial class MainForm : Form { - public string version = "1.0.6"; - public string date = "26.11.2016"; + public string version = "1.0.7"; + public string date = "28.06.2017"; private Bws bws; private Tournament tournament; |