mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
3 lines
82 B
Bash
Executable File
3 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
sed -n "s/BRIDGE_APP_VERSION?=\(\S*\)/\1/p" "$(dirname $0)/../Makefile"
|