Skip to content

Commit

Permalink
upped minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xe7 committed Jan 5, 2024
1 parent c5e53c7 commit 63a0604
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.3.1]

### Fixed

* Unicode characters in domain names
* Changed till dates within s4u /opsec requests to UTC to work on anything -UTC

## [2.2.1]

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Rubeus is licensed under the BSD 3-Clause license.
| | \ \| |_| | |_) ) ____| |_| |___ |
|_| |_|____/|____/|_____)____/(___/

v2.3.0
v2.3.1


Ticket requests and renewals:
Expand Down
2 changes: 1 addition & 1 deletion Rubeus/Domain/Info.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public static void ShowLogo()
Console.WriteLine(" | __ /| | | | _ \\| ___ | | | |/___)");
Console.WriteLine(" | | \\ \\| |_| | |_) ) ____| |_| |___ |");
Console.WriteLine(" |_| |_|____/|____/|_____)____/(___/\r\n");
Console.WriteLine(" v2.3.0 \r\n");
Console.WriteLine(" v2.3.1 \r\n");
}

public static void ShowUsage()
Expand Down

0 comments on commit 63a0604

Please sign in to comment.