Remove hardcoded version in Banner

This commit is contained in:
Dave Syer 2013-08-05 11:00:03 +01:00
parent 34500632d4
commit 22b1f25642
1 changed files with 0 additions and 1 deletions

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())) {