updated version

This commit is contained in:
pyr0ball 2022-08-27 01:15:20 -07:00
parent e0e9ecd649
commit 53b474dbbb

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# initial vars # initial vars
VERSION=0.1 VERSION=0.3
rundir=${0%/*} rundir=${0%/*}
source ${rundir}/pyr0-bash-functions/functions source ${rundir}/pyr0-bash-functions/functions
scriptname=${0##*/} scriptname=${0##*/}