From de0ea50784e2d08638444b6179bf8699af0c4306 Mon Sep 17 00:00:00 2001 From: OscarAkaElvis Date: Tue, 8 Oct 2024 20:16:03 +0200 Subject: [PATCH] Prepare version numbers for v3.7 --- CHANGELOG.md | 3 +++ README.md | 2 +- evil-winrm.gemspec | 2 +- evil-winrm.rb | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 463ea4a..6c0eaac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 3.7 + - Hotfix release. Fixed menu command to avoid being detected as malware + ### 3.6 - Improvements of paths parsing - Fixed bug downloading files without extension diff --git a/README.md b/README.md index 07037b3..7e02484 100644 --- a/README.md +++ b/README.md @@ -561,7 +561,7 @@ Use it at your own servers and/or with the server owner's permission. [@arale61]: https://twitter.com/arale61 -[Version-shield]: https://img.shields.io/badge/version-3.6-blue.svg?style=flat-square&colorA=273133&colorB=0093ee "Latest version" +[Version-shield]: https://img.shields.io/badge/version-3.7-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!" diff --git a/evil-winrm.gemspec b/evil-winrm.gemspec index 699c386..170be3d 100644 --- a/evil-winrm.gemspec +++ b/evil-winrm.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = 'evil-winrm' - spec.version = '3.6' + spec.version = '3.7' spec.license = 'LGPL-3.0' spec.authors = %w[CyberVaca OscarAkaElvis Jarilaos Arale61] spec.email = ['oscar.alfonso.diaz@gmail.com'] diff --git a/evil-winrm.rb b/evil-winrm.rb index d1a3d19..3a7ad3b 100755 --- a/evil-winrm.rb +++ b/evil-winrm.rb @@ -22,7 +22,7 @@ # Constants # Version -VERSION = '3.6' +VERSION = '3.7' # Msg types TYPE_INFO = 0