Skip to content

Commit

Permalink
Version 4.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
andanteyk committed Jun 5, 2021
1 parent 3c7e685 commit 081ff1f
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.7";
public static string VersionEnglish => "4.6.8";



/// <summary>
/// 更新日時
/// </summary>
public static DateTime UpdateTime => DateTimeHelper.CSVStringToTime("2021/05/04 22:30:00");
public static DateTime UpdateTime => DateTimeHelper.CSVStringToTime("2021/06/05 19:30:00");



Expand Down

0 comments on commit 081ff1f

Please sign in to comment.