VersionAPI

public protocol VersionAPI

Describes the API for Version

  • Gets nef build version number.

    Declaration

    Swift

    static func info() -> UIO<String>

    Return Value

    An IO that never produce errors and returns the build version number.