Skip to content

Commit

Permalink
fix(core): move VERSION file to io/atomix/VERSION(#1080)
Browse files Browse the repository at this point in the history
  • Loading branch information
ynfeng committed May 19, 2021
1 parent bf39a11 commit 3f82878
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/io/atomix/core/Atomix.java
Expand Up @@ -163,7 +163,7 @@
public class Atomix extends AtomixCluster implements PrimitivesService {
private static final String[] RESOURCES = System.getProperty("atomix.config.resources", "atomix").split(",");

private static final String VERSION_RESOURCE = "ATOMIX-VERSION";
private static final String VERSION_RESOURCE = "io/atomix/VERSION";

/**
* Returns a new Atomix configuration.
Expand Down

0 comments on commit 3f82878

Please sign in to comment.