Remove hardcoded version in Banner

This commit is contained in:
Dave Syer
2013-08-05 11:00:03 +01:00
parent 34500632d4
commit 22b1f25642

View File

@@ -53,7 +53,6 @@ abstract class Banner {
}
String version = Banner.class.getPackage().getImplementationVersion();
version = (version == null ? "" : " (v" + version + ")");
version = " v0.5.0.BUILD.SNAPSHOT";
String padding = "";
while (padding.length() < STRAP_LINE_SIZE
- (version.length() + SPRING_BOOT.length())) {