We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464a0c8 commit d5b7abdCopy full SHA for d5b7abd
eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/constants/EventMeshVersion.java
@@ -40,7 +40,7 @@
40
@Slf4j
41
public class EventMeshVersion {
42
43
- public static String CURRENT_VERSION = "";
+ private static String CURRENT_VERSION = "";
44
45
private static final String VERSION_KEY = "Implementation-Version";
46
0 commit comments