defmodule Searchex do @moduledoc "Application metadata" @doc "App version" def version do "TBD" end end