From b1f28e42747bde4eec6808bb77831e918f932c80 Mon Sep 17 00:00:00 2001 From: Ricardo Olsen Date: Sun, 24 May 2020 12:14:22 -0300 Subject: [PATCH] Version 0.4 --- OPC2PowerBI/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OPC2PowerBI/Program.cs b/OPC2PowerBI/Program.cs index 0937714..36bd103 100644 --- a/OPC2PowerBI/Program.cs +++ b/OPC2PowerBI/Program.cs @@ -32,7 +32,7 @@ namespace OPC2PowerBI { class Program { - static public string Version = "OPC2PowerBI Version 0.3 - Copyright 2019 - Ricardo L. Olsen"; + static public string Version = "OPC2PowerBI Version 0.4 - Copyright 2019-2020 - Ricardo L. Olsen"; static public string ConfigFile = "opc2powerbi.conf"; static public bool logevent = true; static public bool logread = true;