Skip to content

Commit

Permalink
Set version to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Jan 11, 2021
1 parent 83c89d0 commit 0d1b55a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/joexapi/src/main/resources/joex-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0

info:
title: Docspell JOEX
version: 0.18.0-SNAPSHOT
version: 0.18.0

servers:
- url: /api/v1
Expand Down
2 changes: 1 addition & 1 deletion modules/restapi/src/main/resources/docspell-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0

info:
title: Docspell
version: 0.18.0-SNAPSHOT
version: 0.18.0
description: |
This is the remote API to Docspell, a personal document organizer.
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.18.0-SNAPSHOT"
version in ThisBuild := "0.18.0"
2 changes: 1 addition & 1 deletion website/site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ skip_anchor_prefixes = [

[extra]
# Put all your custom variables here
version = "0.18.0-SNAPSHOT"
version = "0.18.0"

0 comments on commit 0d1b55a

Please sign in to comment.