aboutsummaryrefslogtreecommitdiffstats
path: root/docker/get_version.sh
blob: f507d0600903fbd280d41e55c470a2805d038d85 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

# SPDX-FileCopyrightText: 2024 The Refinery Authors <https://refinery.tools/>
#
# SPDX-License-Identifier: EPL-2.0

set -euo pipefail

grep '^version=' ../gradle.properties | cut -d'=' -f2