Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terminator-97 committed Jan 3, 2021
1 parent 59eede6 commit 4ae32fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SCPUtils/Commands/ShowCommandBan.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ShowCommandBans : ICommand

public string[] Aliases { get; } = new[] { "scb" };

public string Description { get; } = "You can see detailed informations about playtime";
public string Description { get; } = "You can see detailed informations about restriction";

public bool Execute(ArraySegment<string> arguments, ICommandSender sender, out string response)
{
Expand Down
4 changes: 2 additions & 2 deletions SCPUtils/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.3.6.0")]
[assembly: AssemblyFileVersion("2.3.6.0")]
[assembly: AssemblyVersion("2.4.0.0")]
[assembly: AssemblyFileVersion("2.4.0.0")]

0 comments on commit 4ae32fa

Please sign in to comment.