Skip to content

Commit

Permalink
update the version
Browse files Browse the repository at this point in the history
  • Loading branch information
ElecTwix committed Jan 6, 2022
1 parent fe1067f commit a6679e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions MyBot.sln
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31515.178
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MyBot", "MyBot\MyBot.vcxproj", "{3BCAA106-D9D9-43AB-AF92-01C943F4FEC2}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Discord-Nuke-Bot-v2", "MyBot\MyBot.vcxproj", "{3BCAA106-D9D9-43AB-AF92-01C943F4FEC2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion MyBot/nuke.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ struct versionsct
int build = 0;
};

struct versionsct version = { 0,4,1 };
struct versionsct version = { 0,5,0 };

struct SessionDetails SessionDetails;

Expand Down

0 comments on commit a6679e2

Please sign in to comment.