Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
myangelkamikaze committed Jun 13, 2020
1 parent eb9401f commit d1b7d23
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.5.1.1";
public static string VersionEnglish => "4.6.0";



/// <summary>
/// 更新日時
/// </summary>
public static DateTime UpdateTime => DateTimeHelper.CSVStringToTime("2020/05/17 18:30:00");
public static DateTime UpdateTime => DateTimeHelper.CSVStringToTime("2020/06/13 11:30:00");



Expand Down

0 comments on commit d1b7d23

Please sign in to comment.