Kameleoon.Data.ApplicationVersion (kameleoon_client v0.8.5)

Copy Markdown

Represents the version of the application. Supports semantic versioning: major, major.minor, or major.minor.patch.

Summary

Types

t()

@type t() :: %Kameleoon.Data.ApplicationVersion{version: String.t()}

Functions

new!(version)

@spec new!(String.t()) :: t()