Set version to 0.9.0

This commit is contained in:
Eike Kettner
2020-08-01 15:02:23 +02:00
parent 04913c4b59
commit 2664b3ddb2
5 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
## v0.9.0
*Soon*
*Aug 1st, 2020*
- New feature: folders. Users can create folders and put items into
them. Folders can have members (users of the collective) and search

View File

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

View File

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

View File

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

View File

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