Skip to content

Commit

Permalink
Version 4.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andanteyk committed Apr 1, 2021
1 parent d4be865 commit eac8a1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ElectronicObserver/Utility/SoftwareInformation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ public static class SoftwareInformation
/// <summary>
/// バージョン(日本語, ソフトウェア名を含みます)
/// </summary>
public static string VersionJapanese => SoftwareNameJapanese + "四六型改五";
public static string VersionJapanese => SoftwareNameJapanese + "四六型改六";


/// <summary>
/// バージョン(英語)
/// </summary>
public static string VersionEnglish => "4.6.5";
public static string VersionEnglish => "4.6.6";



/// <summary>
/// 更新日時
/// </summary>
public static DateTime UpdateTime => DateTimeHelper.CSVStringToTime("2021/01/17 20:00:00");
public static DateTime UpdateTime => DateTimeHelper.CSVStringToTime("2021/04/01 20:00:00");



Expand Down

0 comments on commit eac8a1f

Please sign in to comment.