Tweak version build script

This commit is contained in:
Zachary Yedidia 2020-02-19 05:27:33 +00:00
parent cf3fdb344a
commit 190d9d0609

View file

@ -53,7 +53,7 @@ func main() {
}
// If we don't have any tag assume "dev"
if tag == "" {
if tag == "" || strings.HasPrefix(tag, "nightly") {
tag = "dev"
}
// Get the most likely next version: