Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Merge pull request #25 from Bililive/dev
Browse files Browse the repository at this point in the history
3.0.5
  • Loading branch information
Genteure authored May 30, 2019
2 parents b4adde5 + 3f4b62a commit 5e38608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DGJv3/DGJMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public DGJMain()
{
if (versionChecker.FetchInfo())
{
Version current = Assembly.GetEntryAssembly().GetName().Version;
Version current = new Version(BuildInfo.Version);
if (versionChecker.HasNewVersion(current))
{
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.4
3.0.5

0 comments on commit 5e38608

Please sign in to comment.