Skip to content

Commit

Permalink
Fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasHafner committed May 5, 2024
1 parent 0aa4601 commit 29de9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/polypheny/jdbc/utils/VersionUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
public class VersionUtil {

private static final String VERSION_FILE = "version.properties";
private static final String API_VERSION_PROPERTIES = "prism-api-version-properties.properties";
private static final String API_VERSION_PROPERTIES = "prism-api-version.properties";
private static final Properties properties = new Properties();

@Getter
Expand Down

0 comments on commit 29de9b5

Please sign in to comment.