Skip to content

Commit

Permalink
Update Version Number
Browse files Browse the repository at this point in the history
  • Loading branch information
MelodicAlbuild committed Jan 6, 2021
1 parent 532a693 commit a977806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuestingUpdate/QuestingMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace QuestingUpdate {
public class QuestingMod : GameMod
{
public const string version = "0.2.1";
public const string version = "0.2.2";
private string update = "";
private string updateName = "";
public static readonly string path = System.Environment.GetEnvironmentVariable("USERPROFILE") + "/appdata/locallow/volcanoid/volcanoids/QuestingUpdate.log";
Expand Down

0 comments on commit a977806

Please sign in to comment.