From 7f7f92029e61425cc5478416905fd41a2ab8bc4d Mon Sep 17 00:00:00 2001 From: OscarAkaElvis Date: Mon, 2 Aug 2021 11:23:37 +0200 Subject: [PATCH] Version release just to quick fix ruby dependencies on gem --- CHANGELOG.md | 3 +++ README.md | 2 +- evil-winrm.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3b24b9..e761dd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 3.1 + - Version released just to quick fix ruby dependencies on gem + ### 3.0 - Remote files/directories autocomplete feature (Thanks to arale61) - Added option to log commands and outputs to a log file (Thanks to Borch CaƱavate) diff --git a/README.md b/README.md index e6c020a..4290e96 100644 --- a/README.md +++ b/README.md @@ -333,7 +333,7 @@ Use it at your own servers and/or with the server owner's permission. [@_Laox]: https://twitter.com/_Laox -[Version-shield]: https://img.shields.io/badge/version-3.0-blue.svg?style=flat-square&colorA=273133&colorB=0093ee "Latest version" +[Version-shield]: https://img.shields.io/badge/version-3.1-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/cloud/automated/oscarakaelvis/evil-winrm.svg?style=flat-square&colorA=273133&colorB=a9a9a9 "Docker rules!" diff --git a/evil-winrm.rb b/evil-winrm.rb index 3d70bf8..10a6a2e 100755 --- a/evil-winrm.rb +++ b/evil-winrm.rb @@ -19,7 +19,7 @@ # Constants # Version -VERSION = '3.0' +VERSION = '3.1' # Msg types TYPE_INFO = 0