We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83f8be commit 9eb37acCopy full SHA for 9eb37ac
README.md
@@ -21,7 +21,7 @@ You can build high availability(HA) systems by clustering node.
21
# Latest Release
22
The current stable version is ready.
23
24
-The current unstable version is [v0.2.0-Alpha.1](https://github.com/code13k/helios/releases/tag/0.2.0-Alpha.1)
+The current unstable version is [v1.0.0-Alpha.1](https://github.com/code13k/helios/releases/tag/1.0.0-Alpha.1)
25
26
27
## License
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
* Project
8
*/
9
group 'org.code13k'
10
-version '0.2.0-alpha.1'
+version '1.0.0-alpha.1'
11
repositories {
12
jcenter()
13
}
0 commit comments