mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Add `application.formatted-version` and `spring-boot.formatted-version` properties for use in banner.txt files. The `application.version` and `spring-boot.version` properties now return a simple version number without any formatting. Fixes gh-2090