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

Commit

Permalink
release 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
substanceof committed Dec 19, 2016
1 parent cd67dcd commit 1578da1
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.4";
const releaseFlag = false;
const versionNum = "0.7.5";
const releaseFlag = true;
string
lastCommitHash,
currentBranch;
Expand Down

0 comments on commit 1578da1

Please sign in to comment.