Skip to content

Commit ef4b42c

Browse files
committed
[Release] 1.0.0-Alpha.1
1 parent 69975a9 commit ef4b42c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
2225
MIT License

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
* Project
88
*/
99
group 'org.code13k'
10-
version '0.2.0-alpha.1'
10+
version '1.0.0-alpha.1'
1111
repositories {
1212
jcenter()
1313
}

src/main/java/org/code13k/heets/service/api/controller/ClusterAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
public class ClusterAPI extends BasicAPI {
66
/**
7-
* Environment
7+
* Status
88
*/
99
public String status() {
1010
return toResultJsonString(Cluster.getInstance().values());

0 commit comments

Comments
 (0)