Skip to content

Commit

Permalink
Prepare version numbers for v3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarAkaElvis committed Oct 24, 2024
1 parent 9fdf097 commit 5673178
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 3.8
- TODO

### 3.7
- Fixed menu command to avoid being detected as malware
- Improved EDR evasion randomizing powershell function names and variables
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ Use it at your own servers and/or with the server owner's permission.
[@arale61]: https://twitter.com/arale61

<!-- Badges URLs -->
[Version-shield]: https://img.shields.io/badge/version-3.7-blue.svg?style=flat-square&colorA=273133&colorB=0093ee "Latest version"
[Version-shield]: https://img.shields.io/badge/version-3.8-blue.svg?style=flat-square&colorA=273133&colorB=0093ee "Latest version"
[Ruby2.3-shield]: https://img.shields.io/badge/ruby-2.3%2B-blue.svg?style=flat-square&colorA=273133&colorB=ff0000 "Ruby 2.3 or later"
[License-shield]: https://img.shields.io/badge/license-LGPL%20v3%2B-blue.svg?style=flat-square&colorA=273133&colorB=bd0000 "LGPL v3+"
[Docker-shield]: https://img.shields.io/docker/automated/oscarakaelvis/evil-winrm.svg?style=flat-square&colorA=273133&colorB=a9a9a9 "Docker rules!"
Expand Down
2 changes: 1 addition & 1 deletion evil-winrm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = 'evil-winrm'
spec.version = '3.7'
spec.version = '3.8'
spec.license = 'LGPL-3.0'
spec.authors = %w[CyberVaca OscarAkaElvis Jarilaos Arale61]
spec.email = ['[email protected]']
Expand Down
2 changes: 1 addition & 1 deletion evil-winrm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Constants

# Version
VERSION = '3.7'
VERSION = '3.8'

# Msg types
TYPE_INFO = 0
Expand Down

0 comments on commit 5673178

Please sign in to comment.