mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-11-10 13:13:36 +01:00
6 lines
206 B
Bash
Executable File
6 lines
206 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Bats helper script for parsing current version from Version.java.
|
|
|
|
export CURRENT_VERSION=$(grep "String VERSION =" common/src/main/java/haveno/common/app/Version.java | sed 's/[^0-9.]*//g')
|