Skip to content

Commit

Permalink
base version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenskys committed Oct 13, 2016
1 parent 6d1d1c8 commit e0a9f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generators/cakeplus/templates/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Task("Version")
{
var semVersion = "";
int major = 0;
int minor = 0;
int patch = 1;
int minor = 1;
int patch = 0;
GitVersion assertedVersions = GitVersion(new GitVersionSettings
{
OutputType = GitVersionOutput.Json,
Expand Down

0 comments on commit e0a9f5c

Please sign in to comment.