Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
WiiPlayer2 committed Mar 24, 2018
1 parent 3e27497 commit 5e3d396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Task("Pack")
var now = DateTime.UtcNow;
var secondsToday = (long)now.TimeOfDay.TotalSeconds;
var daysSince2000 = (long)(now - new DateTime(2000, 01, 01, 00, 00, 00, DateTimeKind.Utc)).TotalDays;
var versionStr = $"0.3.{daysSince2000}.{secondsToday}";
var versionStr = $"0.4.{daysSince2000}.{secondsToday}";

var settings = new ChocolateyPackSettings {
Id = "obs-studio-wiiplayer2-scripts",
Expand Down

0 comments on commit 5e3d396

Please sign in to comment.