Skip to content
This repository has been archived by the owner on Jul 14, 2018. It is now read-only.

Commit

Permalink
enable release flag
Browse files Browse the repository at this point in the history
  • Loading branch information
substanceof committed Jul 12, 2016
1 parent 3872ffe commit 084fcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generateVersion.d
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import std.process, std.stdio, std.string, std.algorithm,

void main() {
const versionNum = "0.7.4";
const releaseFlag = false;
const releaseFlag = true;
string
lastCommitHash,
currentBranch;
Expand Down

0 comments on commit 084fcb5

Please sign in to comment.