mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
6 lines
204 B
Bash
Executable File
6 lines
204 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/bisq/common/app/Version.java | sed 's/[^0-9.]*//g')
|