Skip to content

Commit

Permalink
变更版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
dawn-lc committed Jan 5, 2021
1 parent a583c3d commit 9f6a1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public ProgramParameter()
ProgramParameter.DebugMode = false;
ProgramParameter.FastDebugMode = false;
}
public static readonly string Version = "1.0.0";
public static readonly string Version = "1.0.1";
public static string AppPath { get; set; }
public static string ArchiveDecryptionProgram { get; set; }
public static string ArchiveFile { get; set; }
Expand Down

0 comments on commit 9f6a1af

Please sign in to comment.