From 37e12247fc15974b10da15e43b35008426e69da5 Mon Sep 17 00:00:00 2001 From: myangelkamikaze Date: Sat, 5 Dec 2020 15:32:54 +0900 Subject: [PATCH] version update 4.6.4 --- ElectronicObserver/Utility/SoftwareInformation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElectronicObserver/Utility/SoftwareInformation.cs b/ElectronicObserver/Utility/SoftwareInformation.cs index fad5104c0..822facf24 100644 --- a/ElectronicObserver/Utility/SoftwareInformation.cs +++ b/ElectronicObserver/Utility/SoftwareInformation.cs @@ -42,7 +42,7 @@ public static class SoftwareInformation /// /// 更新日時 /// - public static DateTime UpdateTime => DateTimeHelper.CSVStringToTime("2020/10/29 11:30:00"); + public static DateTime UpdateTime => DateTimeHelper.CSVStringToTime("2020/12/05 15:30:00"); private static System.Net.WebClient? Client { get; set; }