Set next version to 0.6.0-SNAPSHOT

This commit is contained in:
Eike Kettner 2020-04-30 22:39:02 +02:00
parent 8f46f6b57b
commit 9ec75cf85e
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.5.0
version: 0.6.0-SNAPSHOT
servers:
- url: /api/v1

View File

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

View File

@ -1 +1 @@
version in ThisBuild := "0.5.0"
version in ThisBuild := "0.6.0-SNAPSHOT"