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

Commit

Permalink
version bump, remove pre-release label
Browse files Browse the repository at this point in the history
  • Loading branch information
S74nk0 committed Apr 11, 2017
1 parent f48d54b commit c02e13c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NiceHashMiner/Forms/Form_Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public partial class Form_Main : Form, Form_Loading.IAfterInitializationCaller,
int flowLayoutPanelVisibleCount = 0;
int flowLayoutPanelRatesIndex = 0;

const string _betaAlphaPostfixString = "-Pre-Release_03";
const string _betaAlphaPostfixString = "";

private bool _isDeviceDetectionInitialized = false;

Expand Down
4 changes: 2 additions & 2 deletions NiceHashMiner/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.7.5.8")]
[assembly: AssemblyFileVersion("1.7.5.8")]
[assembly: AssemblyVersion("1.7.5.9")]
[assembly: AssemblyFileVersion("1.7.5.9")]

0 comments on commit c02e13c

Please sign in to comment.