defmodule ESI.API do @doc """ The ESI Swagger Specification version number. """ @spec version :: String.t def version do "0.8.9" end end