Skip to content

Commit

Permalink
#13: Release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nerro committed May 22, 2016
1 parent c9d5e7a commit c917c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javinla
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c917c62

Please sign in to comment.