aboutsummaryrefslogtreecommitdiff
path: root/Persistence/Persistence.psd1
diff options
context:
space:
mode:
authormattifestation <mattgraeber@gmail.com>2014-11-17 08:24:54 -0500
committermattifestation <mattgraeber@gmail.com>2014-11-17 08:24:54 -0500
commitdc1a5e519fef327f694bc61d522c750fabf831aa (patch)
treed9f18099f490be8c5c670b13a61b3e1976a8624b /Persistence/Persistence.psd1
parent956e4c968a1795d868e35fcb72311704d616cbaf (diff)
downloadPowerSploit-dc1a5e519fef327f694bc61d522c750fabf831aa.tar.gz
PowerSploit-dc1a5e519fef327f694bc61d522c750fabf831aa.zip
Add-Persistence bugfix
When file paths were specified, they were not being properly validated.
Diffstat (limited to 'Persistence/Persistence.psd1')
-rw-r--r--Persistence/Persistence.psd12
1 files changed, 1 insertions, 1 deletions
diff --git a/Persistence/Persistence.psd1 b/Persistence/Persistence.psd1
index f51f7ce..e17faf1 100644
--- a/Persistence/Persistence.psd1
+++ b/Persistence/Persistence.psd1
@@ -4,7 +4,7 @@
ModuleToProcess = 'Persistence.psm1'
# Version number of this module.
-ModuleVersion = '1.1.0.0'
+ModuleVersion = '1.1.1.0'
# ID used to uniquely identify this module
GUID = '633d0f10-a056-41da-869d-6d2f75430195'