Skip to content

Commit

Permalink
bump version to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Feb 10, 2023
1 parent d60aedb commit d776bf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 0.0
VERSION ?= 0.1
DESTDIR ?=
PREFIX ?= /usr/local
MIRRORURL ?= https://xmirror.voidlinux.org/raw/mirrors.lst
Expand Down
2 changes: 1 addition & 1 deletion xmirror.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ EOF
DIALOG() {
rm -f "$ANSWER"
dialog --colors --keep-tite --no-shadow --no-mouse \
--backtitle "${BOLD}${WHITE}Void Linux Mirror Selector -- https://www.voidlinux.org (@@VERSION@@)${RESET}" \
--backtitle "${BOLD}${WHITE}Void Linux Mirror Selector -- https://www.voidlinux.org (v@@VERSION@@)${RESET}" \
--cancel-label "Back" --aspect 20 "$@" 2>"$ANSWER"
return $?
}
Expand Down

0 comments on commit d776bf7

Please # to comment.