Set version to 0.8.0

This commit is contained in:
Eike Kettner 2020-06-28 23:40:42 +02:00
parent 7b922fec94
commit 8998706598
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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