Packages

Rprel (arr-pee-rell) is a tool for creating GitHub releases from a build artifact.

Current section

Files

Jump to
rprel lib rprel.ex
Raw

lib/rprel.ex

defmodule Rprel do
@moduledoc """
Top level module for building and releasing build artifacts
"""
def version do
{:ok, vsn} = :application.get_key(:rprel, :vsn)
List.to_string(vsn)
end
end