Skip to content

Commit 9261344

Browse files
committed
update version
1 parent fbdd468 commit 9261344

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ subprojects {
1010
apply plugin: 'jacoco'
1111

1212
group 'dev.keva'
13-
version '0.1.0-SNAPSHOT'
13+
version '0.1.1'
1414

1515
repositories {
1616
mavenCentral()

docs/src/guide/overview/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
## Download
99

1010
```
11-
curl -L -o /usr/local/bin/keva-server https://github.com/keva-dev/keva/releases/download/v0.1.0-alpha/keva-server
11+
curl -L -o /usr/local/bin/keva-server https://github.com/keva-dev/keva/releases/download/v0.1.1-alpha/keva-server
1212
chmod +x /usr/local/bin/keva-server
1313
```
1414

0 commit comments

Comments
 (0)