File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
joexapi/src/main/resources
restapi/src/main/resources Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ openapi: 3.0.0
2
2
3
3
info :
4
4
title : Docspell JOEX
5
- version : 0.37.0-SNAPSHOT
5
+ version : 0.37.0
6
6
description : |
7
7
This is the remote API to the job executor component of Docspell.
8
8
Docspell is a free document management system focused on small
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ openapi: 3.0.0
2
2
3
3
info :
4
4
title : Docspell
5
- version : 0.37.0-SNAPSHOT
5
+ version : 0.37.0
6
6
description : |
7
7
This is the remote API to Docspell. Docspell is a free document
8
8
management system focused on small groups or families.
Original file line number Diff line number Diff line change 1
- ThisBuild / version := " 0.37.0-SNAPSHOT "
1
+ ThisBuild / version := " 0.37.0"
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ skip_anchor_prefixes = [
33
33
34
34
[extra ]
35
35
# Put all your custom variables here
36
- version = " 0.37.0-SNAPSHOT "
36
+ version = " 0.37.0"
You can’t perform that action at this time.
0 commit comments