Skip to content

Commit

Permalink
upped version in VersionInc.tt
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik518 committed Oct 22, 2023
1 parent a427d76 commit 464aa11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SoG_SGreader/VersionInc.tt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ using System.Reflection;
<#+

int Major = 0;
int Minor = 4;
int Minor = 5;

static DateTime ProjectStartedDate = new DateTime(year: 2020, month: 3, day: 12);
int DaysSinceProjectStarted = (int)((DateTime.UtcNow - ProjectStartedDate).TotalDays);
Expand Down

0 comments on commit 464aa11

Please sign in to comment.