16 lines
433 B
Plaintext
16 lines
433 B
Plaintext
|
|
import taskservs.version as schema
|
||
|
|
|
||
|
|
_version = schema.TaskservVersion {
|
||
|
|
name = "coder"
|
||
|
|
version = schema.Version {
|
||
|
|
current = "latest"
|
||
|
|
source = "https://api.github.com/repos/coder/coder/releases"
|
||
|
|
tags = "https://api.github.com/repos/coder/coder/tags"
|
||
|
|
site = "https://coder.com"
|
||
|
|
# Pinned for production stability
|
||
|
|
check_latest = False
|
||
|
|
grace_period = 86400
|
||
|
|
}
|
||
|
|
}
|
||
|
|
_version
|