Skip to content
Snippets Groups Projects
Commit 3f3ea1a1 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

version file path

parent ed008d52
No related branches found
No related tags found
1 merge request!266Report Version
......@@ -10,7 +10,7 @@ import com.google.common.io.Resources;
public class LibVersion implements AppVersion {
public VersionInfo getVersionInfo() {
var resource = Resources.getResource("nshmp-lib-version.json");
var resource = Resources.getResource("version/nshmp-lib-version.json");
return AppVersion.versionInfo(resource);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment