Set version to 0.34.0

This commit is contained in:
eikek 2022-03-21 21:25:01 +01:00
parent 018000f93a
commit c6da3eb0d6
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.34.0-SNAPSHOT
version: 0.34.0
description: |
This is the remote API to the job executor component of Docspell.
Docspell is a free document management system focused on small

View File

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

View File

@ -1 +1 @@
ThisBuild / version := "0.34.0-SNAPSHOT"
ThisBuild / version := "0.34.0"

View File

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