File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
src/main/java/org/code13k/heets/service/api/controller Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,10 @@ You can build high availability(HA) systems by clustering node.
1616
1717
1818## Latest Release
19- Not yet.
19+ The current stable version is ready.
20+
21+ The current unstable version is [ v1.0.0-Alpha.1] ( https://github.com/code13k/heets/releases/tag/1.0.0-Alpha.1 )
22+
2023
2124## License
2225MIT License
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77 * Project
88 */
99group ' org.code13k'
10- version ' 0.2 .0-alpha.1'
10+ version ' 1.0 .0-alpha.1'
1111repositories {
1212 jcenter()
1313}
Original file line number Diff line number Diff line change 44
55public class ClusterAPI extends BasicAPI {
66 /**
7- * Environment
7+ * Status
88 */
99 public String status () {
1010 return toResultJsonString (Cluster .getInstance ().values ());
You can’t perform that action at this time.
0 commit comments