mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
6 lines
116 B
Bash
Executable File
6 lines
116 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
git describe --tags --match='[0-9]*' >zulip-git-version || true
|