mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
8 lines
185 B
Elixir
8 lines
185 B
Elixir
case System.cmd(Path.join([__DIR__, "semver.sh"]), [], stderr_to_stdout: true) do
|
|
{result, 0} ->
|
|
result |> String.trim()
|
|
|
|
{_error, _exit_code} ->
|
|
"0.0.0+git.0.deadbeef"
|
|
end
|