Skip to content

Commit

Permalink
Update version number generation slightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Mar 2, 2017
1 parent 35c920d commit d74a601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Desktop.Deploy/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public static void Main(string[] args)
refreshDirectory(StagingFolder);

//increment build number until we have a unique one.
string verBase = DateTime.Now.ToString("yyyy.Md.");
string verBase = DateTime.Now.ToString("yyyy.Mdd.");
int increment = 0;
while (Directory.GetFiles(ReleasesFolder, $"*{verBase}{increment}*").Any())
increment++;
Expand Down

0 comments on commit d74a601

Please sign in to comment.