Set version to 0.21.0

This commit is contained in:
Eike Kettner 2021-03-13 16:57:33 +01:00
parent 3a506c2eb6
commit 39d6f5789a
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ openapi: 3.0.0
info: info:
title: Docspell JOEX title: Docspell JOEX
version: 0.21.0-SNAPSHOT version: 0.21.0
servers: servers:
- url: /api/v1 - url: /api/v1

View File

@ -2,7 +2,7 @@ openapi: 3.0.0
info: info:
title: Docspell title: Docspell
version: 0.21.0-SNAPSHOT version: 0.21.0
description: | description: |
This is the remote API to Docspell, a personal document organizer. This is the remote API to Docspell, a personal document organizer.

View File

@ -1 +1 @@
version in ThisBuild := "0.21.0-SNAPSHOT" version in ThisBuild := "0.21.0"

View File

@ -26,4 +26,4 @@ skip_anchor_prefixes = [
[extra] [extra]
# Put all your custom variables here # Put all your custom variables here
version = "0.21.0-SNAPSHOT" version = "0.21.0"