Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
myangelkamikaze committed Apr 26, 2020
1 parent b1c2130 commit 9d61444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ElectronicObserver/Utility/SoftwareInformation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ public static class SoftwareInformation
/// <summary>
/// バージョン(英語)
/// </summary>
public static string VersionEnglish => "4.4.1.5";
public static string VersionEnglish => "4.4.1.6";



/// <summary>
/// 更新日時
/// </summary>
public static DateTime UpdateTime => DateTimeHelper.CSVStringToTime("2020/04/18 12:30:00");
public static DateTime UpdateTime => DateTimeHelper.CSVStringToTime("2020/04/26 19:00:00");



Expand Down

0 comments on commit 9d61444

Please sign in to comment.