Skip to content

Commit f4460c9

Browse files
committed
Set version to 0.37.0
1 parent 0cec66f commit f4460c9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/joexapi/src/main/resources/joex-openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22

33
info:
44
title: Docspell JOEX
5-
version: 0.37.0-SNAPSHOT
5+
version: 0.37.0
66
description: |
77
This is the remote API to the job executor component of Docspell.
88
Docspell is a free document management system focused on small

modules/restapi/src/main/resources/docspell-openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22

33
info:
44
title: Docspell
5-
version: 0.37.0-SNAPSHOT
5+
version: 0.37.0
66
description: |
77
This is the remote API to Docspell. Docspell is a free document
88
management system focused on small groups or families.

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "0.37.0-SNAPSHOT"
1+
ThisBuild / version := "0.37.0"

website/site/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ skip_anchor_prefixes = [
3333

3434
[extra]
3535
# Put all your custom variables here
36-
version = "0.37.0-SNAPSHOT"
36+
version = "0.37.0"

0 commit comments

Comments
 (0)