Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nerro committed May 11, 2016
1 parent 907bcbd commit 4daa205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javinla.sh
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.1.0"
readonly version="0.2.0"

declare is_wget_installed="false"
declare is_curl_installed="false"
Expand Down

0 comments on commit 4daa205

Please sign in to comment.