Skip to content

Commit

Permalink
🎉 Version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlizerUncaged committed Nov 22, 2021
1 parent 57d0356 commit a354aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mr. Krabs/Utilities/Identity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

namespace Mr.Krabs.Utilities {
public static class Identity {
public const int MajorVersion = 1;
public const int MinorVersion = 4;
public const int MajorVersion = 2;
public const int MinorVersion = 0;

public static bool AmIAdmin() {
using (WindowsIdentity identity = WindowsIdentity.GetCurrent()) {
Expand Down
Binary file modified Mr. Krabs/Version.dll
Binary file not shown.

0 comments on commit a354aa3

Please sign in to comment.