Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 4934c5a

Browse files
committed
pre release
1 parent 6ee0434 commit 4934c5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NiceHashMiner/Forms/Form_Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public partial class Form_Main : Form, Form_Loading.IAfterInitializationCaller,
5151
int flowLayoutPanelVisibleCount = 0;
5252
int flowLayoutPanelRatesIndex = 0;
5353

54-
const string _betaAlphaPostfixString = "";
54+
const string _betaAlphaPostfixString = " Pre Release_01";
5555

5656
private bool _isDeviceDetectionInitialized = false;
5757

NiceHashMiner/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.7.5.10")]
36-
[assembly: AssemblyFileVersion("1.7.5.10")]
35+
[assembly: AssemblyVersion("1.7.5.11")]
36+
[assembly: AssemblyFileVersion("1.7.5.11")]

0 commit comments

Comments
 (0)