Skip to content

Commit

Permalink
version update 4.6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
myangelkamikaze committed Jul 23, 2020
1 parent e5ad01b commit aac6c51
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.6.0.1";
public static string VersionEnglish => "4.6.0.2";



/// <summary>
/// 更新日時
/// </summary>
public static DateTime UpdateTime => DateTimeHelper.CSVStringToTime("2020/07/21 10:30:00");
public static DateTime UpdateTime => DateTimeHelper.CSVStringToTime("2020/07/23 11:30:00");



Expand Down

0 comments on commit aac6c51

Please sign in to comment.