mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 14:55:38 -04:00
Tweak version build script
This commit is contained in:
parent
cf3fdb344a
commit
190d9d0609
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user