From 440db29abb0343e3c1353a88919c144d1b697211 Mon Sep 17 00:00:00 2001 From: cgranleese-r7 Date: Mon, 4 Aug 2025 12:42:05 +0100 Subject: [PATCH] Bumps version to 0.1.103 --- lib/rex/powershell/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rex/powershell/version.rb b/lib/rex/powershell/version.rb index 113cfab..d95a870 100644 --- a/lib/rex/powershell/version.rb +++ b/lib/rex/powershell/version.rb @@ -1,5 +1,5 @@ module Rex module Powershell - VERSION = "0.1.102" + VERSION = "0.1.103" end end