Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rujche authored Mar 1, 2022
1 parent ee5cc91 commit 04eebac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ private static String getVersion() {
String version = "unknown";
try {
Properties properties = PropertiesLoaderUtils.loadProperties(
new ClassPathResource("project.properties"));
new ClassPathResource("azure-spring-identifier.properties"));
version = properties.getProperty("version");
} catch (IOException e) {
LOGGER.warn("Can not get version.");
Expand Down

0 comments on commit 04eebac

Please sign in to comment.