diff --git a/pester.json b/pester.json index 5017f9b933..26c6e22e3e 100644 --- a/pester.json +++ b/pester.json @@ -1,10 +1,10 @@ { - "version": "4.2.0", + "version": "4.3.1", "license": "https://raw.githubusercontent.com/pester/Pester/master/LICENSE", - "url": "https://github.com/pester/pester/archive/4.2.0.tar.gz", + "url": "https://github.com/pester/pester/archive/4.3.1.tar.gz", "homepage": "https://github.com/pester/Pester", - "hash": "41791b4bbe131e8cc371f5cb90c1e5f837e11b9c576096544360a2159e222eb0", - "extract_dir": "pester-4.2.0", + "hash": "34cabbfb33d46f9a91386308a3b86023af602845980b6c8507979db5c29214d0", + "extract_dir": "pester-4.3.1", "bin": "bin\\pester.bat", "post_install": " $import = \"try { `$null = gcm pester -ea stop; import-module `\"$dir\\pester.psm1`\" } catch { }\"