mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Correct versioning
This commit is contained in:
parent
5796db51a7
commit
0a6fad73c3
@ -34,8 +34,7 @@ public class PlotVersion {
|
|||||||
if (hash == 0 && build == 0) {
|
if (hash == 0 && build == 0) {
|
||||||
return "PlotSquared-" + year + "." + month + "." + day + "-SNAPSHOT";
|
return "PlotSquared-" + year + "." + month + "." + day + "-SNAPSHOT";
|
||||||
} else {
|
} else {
|
||||||
return "PlotSquared-" + year + "." + month + "." + day + "-" + Integer.toHexString(hash)
|
return "PlotSquared-" + build;
|
||||||
+ "-" + build;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user