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

Commit

Permalink
mark 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
substanceof committed May 23, 2017
1 parent fd441f4 commit a12ead4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generateVersion.d
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import std.process, std.stdio, std.string, std.algorithm,
std.file, std.regex, std.conv;

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

0 comments on commit a12ead4

Please sign in to comment.