Version
public struct Version : Codable, Equatable
Version instances represent the current version of the MeiliSearch server.
-
Current hash from the build.
Declaration
Swift
public let commitSha: String -
Date when the server was compiled.
Declaration
Swift
public let commitDate: Date -
Package version, human readable, overly documented.
Declaration
Swift
public let pkgVersion: String
Version Structure Reference