ReleaseInfo

case class ReleaseInfo(title: String, version: String)

Represents release info to be displayed on the landing page.

This is specific for sites that serve as documentation for software projects.

Value Params
title

the header above the version number, e.g. "Latest Stable Release"

version

the version number of the release

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product