diff --git a/javinla b/javinla index a053171..cad6e1d 100755 --- a/javinla +++ b/javinla @@ -11,7 +11,7 @@ set -o pipefail # return the exit status of the last command in the pipe set -o nounset # treat unset variables and parameters as an error readonly program=$(basename $0) -readonly version="0.3.0-rc2" +readonly version="0.3.0" readonly oraclelicence_header="Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" declare is_wget_installed="false"