From e581d1945fdafad93cd47dc96fd484e5e5e8f21d Mon Sep 17 00:00:00 2001 From: Matias Barcenas Date: Tue, 22 Aug 2017 02:47:53 -0500 Subject: [PATCH] Updated version as 3.2 to reflect recent changes. --- fluxion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluxion.sh b/fluxion.sh index c443e76..5820173 100755 --- a/fluxion.sh +++ b/fluxion.sh @@ -13,7 +13,7 @@ declare -r FLUXIONNoiseFloor=-90 declare -r FLUXIONNoiseCeiling=-60 declare -r FLUXIONVersion=3 -declare -r FLUXIONRevision=1 +declare -r FLUXIONRevision=2 declare -r FLUXIONDebug=${FLUXIONDebug:+1} declare -r FLUXIONWIKillProcesses=${FLUXIONWIKillProcesses:+1}