Bump version

This commit is contained in:
vdo 2022-05-28 09:54:01 +01:00
parent 9b30144709
commit ce1660eae3
No known key found for this signature in database
GPG key ID: F10AD1E5C08EA7E2
2 changed files with 4 additions and 3 deletions

View file

@ -2,7 +2,7 @@
A Monero node installer in a single command
Tested in:
Tested on:
- Debian 11
- Ubuntu Focal
@ -18,4 +18,5 @@ Tested in:
- [x] Make tor service optional
- [x] (Optional) block explorer
- [ ] Grafana with stats
- [ ] Add monerod-proxy
- [ ] arm64 support
- [ ] monerod-proxy support for fallback nodes.

View file

@ -38,7 +38,7 @@ StatInfo="${White}${On_Black}"
################################################################
# Vars #
################################################################
VERSION="v0.1.0"
VERSION="v0.2.0"
XMRSH_DIR="/opt/xmr.sh"
XMRSH_BRANCH="main"
XMRSH_URL="https://github.com/vdo/xmr.sh"