mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-04 14:10:23 +09:00
Tweak version build script
This commit is contained in:
@@ -53,7 +53,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// If we don't have any tag assume "dev"
|
// If we don't have any tag assume "dev"
|
||||||
if tag == "" {
|
if tag == "" || strings.HasPrefix(tag, "nightly") {
|
||||||
tag = "dev"
|
tag = "dev"
|
||||||
}
|
}
|
||||||
// Get the most likely next version:
|
// Get the most likely next version:
|
||||||
|
|||||||
Reference in New Issue
Block a user