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
zenozeng committed Oct 15, 2014
1 parent 43d6e39 commit 824dcc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION=0.1.4-0
VERSION=0.2.0-0

cd debian
./build.sh $VERSION > /dev/null
Expand Down
2 changes: 1 addition & 1 deletion lib/zjunet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ case "$1" in
"${BASEDIR}/dns.sh"
;;
--version)
echo "zjunet version: zjunet-0.1.3"
echo "zjunet version: zjunet-0.2.0"
;;
*)
cat <<EOF
Expand Down

0 comments on commit 824dcc3

Please sign in to comment.