Skip to content

Commit

Permalink
Hotfix for issue hellzerg#37
Browse files Browse the repository at this point in the history
  • Loading branch information
hellzerg committed May 28, 2021
1 parent e92140b commit 278acdb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file.

## [7.9] - 2021-05-27
- Hotfix: Issue #37, crashing when registry key permission is denied

## [7.8] - 2021-04-17
- Hotfix: Crash when Startup folders are missing
- Startup can now detect batch files
Expand Down
6 changes: 3 additions & 3 deletions Optimizer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ static class Program

// Enter current version here

internal readonly static float Major = 0;
internal readonly static float Minor = 0;
internal readonly static float Major = 7;
internal readonly static float Minor = 9;

internal readonly static bool EXPERIMENTAL_BUILD = true;
internal readonly static bool EXPERIMENTAL_BUILD = false;

internal static string GetCurrentVersionTostring()
{
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ https://github.com/hellzerg/optimizer/blob/master/LEGACY.md

## Details: ##

* Latest version: 7.8
* Released: April 17, 2021
* SHA256: 0F1DCFA65EC193AEBDDEF34287635C01E06390BADDEE98ADDFE6742BD6734EE4
* Latest version: 7.9
* Released: May 27, 2021
* SHA256: 81BC6B676B1D9C6625233D2045CC18771E57E6AA570F2FF8CCE2A88784E1636B
Binary file removed lab/Optimizer-TryBuild.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.8
7.9

0 comments on commit 278acdb

Please sign in to comment.