Set version to 0.5.0-SNAPSHOT

This commit is contained in:
Eike Kettner 2020-03-28 23:49:15 +01:00
parent 0e099681d6
commit efc73c1060
4 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,10 @@
# Changelog # Changelog
## v0.5.0
*Unknown*
## v0.4.0 ## v0.4.0
*Mar. 29, 2020* *Mar. 29, 2020*

View File

@ -2,7 +2,7 @@ openapi: 3.0.0
info: info:
title: Docspell JOEX title: Docspell JOEX
version: 0.4.0 version: 0.5.0-SNAPSHOT
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.4.0 version: 0.5.0-SNAPSHOT
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.4.0" version in ThisBuild := "0.5.0-SNAPSHOT"