Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
myangelkamikaze committed Feb 13, 2020
1 parent b7ad1d5 commit dcce909
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 @@ -37,14 +37,14 @@ public static class SoftwareInformation
/// <summary>
/// バージョン(英語)
/// </summary>
public static string VersionEnglish => "4.4.1.2";
public static string VersionEnglish => "4.4.1.3";



/// <summary>
/// 更新日時
/// </summary>
public static DateTime UpdateTime => DateTimeHelper.CSVStringToTime("2020/02/12 12:00:00");
public static DateTime UpdateTime => DateTimeHelper.CSVStringToTime("2020/02/13 11:00:00");



Expand Down

0 comments on commit dcce909

Please sign in to comment.