Set next version to 0.24.0-SNAPSHOT

This commit is contained in:
Eike Kettner
2021-05-29 16:17:45 +02:00
parent a047a3f137
commit 1fe7b05026
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -1 +1 @@
ThisBuild / version := "0.23.0"
ThisBuild / version := "0.24.0-SNAPSHOT"

View File

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