Skip to content

Commit

Permalink
bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zenozeng committed Nov 12, 2014
1 parent aea4dfc commit 0feb033
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.2.0-0
VERSION=0.2.1-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.2.0"
echo "zjunet version: zjunet-0.2.1"
;;
*)
cat <<EOF
Expand Down

0 comments on commit 0feb033

Please sign in to comment.