diff --git a/sos-git.sh b/sos-git.sh index 2c68b6e..b80382a 100755 --- a/sos-git.sh +++ b/sos-git.sh @@ -1,6 +1,6 @@ #!/bin/bash function setConstant() { - export "SOSGIT_VERSION=13" + export "SOSGIT_VERSION=dev28" } function getDefaultConfiguration() { # SOSGIT_CONFIGVERSION=6 diff --git a/sos-ssh.sh b/sos-ssh.sh index 2d5a924..65ac1d0 100755 --- a/sos-ssh.sh +++ b/sos-ssh.sh @@ -3,7 +3,7 @@ function varCleanup() { export "SOSSSH_PASSWD=" } function setConstant() { - export "SOSSSH_VERSION=1" + export "SOSSSH_VERSION=dev3" } function getDefaultConfiguration() { # SOSSSH_CONFIGVERSION=1