Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Commit

Permalink
Fix version number in common.d
Browse files Browse the repository at this point in the history
  • Loading branch information
spikespaz committed Aug 24, 2018
1 parent bf1e861 commit a6ce680
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/common.d
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ import std.string: split;
import std.conv: to;

/// Public version strings determined at compile time.
enum string VERSION = "0.0.0-master";
enum string VERSION = "0.1.0-master";
enum string UPDATE_FILE = "SearchDeflector-x86.zip";
enum string RELEASES_URL = "https://api.github.com/repos/%s/%s/releases";


/// Creates a messabe box telling the user there was an error, and redirect to issues page.
public void createErrorDialog(const Exception error) {
const uint messageId = MessageBox(null, "Search Deflector launch failed." ~
Expand Down

0 comments on commit a6ce680

Please sign in to comment.