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 fbdd468 commit 9261344Copy full SHA for 9261344
build.gradle
@@ -10,7 +10,7 @@ subprojects {
10
apply plugin: 'jacoco'
11
12
group 'dev.keva'
13
- version '0.1.0-SNAPSHOT'
+ version '0.1.1'
14
15
repositories {
16
mavenCentral()
docs/src/guide/overview/install.md
@@ -8,7 +8,7 @@
8
## Download
9
```
-curl -L -o /usr/local/bin/keva-server https://github.com/keva-dev/keva/releases/download/v0.1.0-alpha/keva-server
+curl -L -o /usr/local/bin/keva-server https://github.com/keva-dev/keva/releases/download/v0.1.1-alpha/keva-server
chmod +x /usr/local/bin/keva-server
0 commit comments