Set version to 0.36.0-SNAPSHOT

This commit is contained in:
eikek 2022-04-14 23:45:36 +02:00
parent a9f048b4b6
commit 8b235dc705
4 changed files with 4 additions and 4 deletions
modules
joexapi/src/main/resources
restapi/src/main/resources
version.sbt
website/site

@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: Docspell JOEX
version: 0.35.0
version: 0.36.0-SNAPSHOT
description: |
This is the remote API to the job executor component of Docspell.
Docspell is a free document management system focused on small

@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: Docspell
version: 0.35.0
version: 0.36.0-SNAPSHOT
description: |
This is the remote API to Docspell. Docspell is a free document
management system focused on small groups or families.

@ -1 +1 @@
ThisBuild / version := "0.35.0"
ThisBuild / version := "0.36.0-SNAPSHOT"

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