// This file is auto-generated by the build script. Do not edit manually.
enum Version {
static let current = "Peekaboo 3.0.0"
static let gitCommit = "616b90d-dirty"
static let gitCommitDate = "2025-11-08 01:46:42 +0000"
static let gitBranch = "main"
static let buildDate = "2025-11-08T02:47:22+00:00"
static var fullVersion: String {
return "\(current) (\(gitBranch)/\(gitCommit), built: \(buildDate))"
}
}