Added kobalt's run libs directory to gitignore.
This commit is contained in:
parent
71a0fd4ee2
commit
a8ca79a1c0
3 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,7 @@ val p = project {
|
|||
}
|
||||
val prerelease = StringBuilder(p.getProperty(preKey, ""))
|
||||
if (prerelease.length > 0) {
|
||||
prerelease.insert(0, "+");
|
||||
prerelease.insert(0, '+');
|
||||
}
|
||||
|
||||
return (p.getProperty(majorKey, "1") + "." + p.getProperty(minorKey, "0") + "." + p.getProperty(patchKey, "0")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue