Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhuynh27 committed Dec 12, 2021
1 parent fbdd468 commit 9261344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ subprojects {
apply plugin: 'jacoco'

group 'dev.keva'
version '0.1.0-SNAPSHOT'
version '0.1.1'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion docs/src/guide/overview/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## Download

```
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
```

Expand Down

0 comments on commit 9261344

Please sign in to comment.