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.43.0-SNAPSHOT
5
+ version : 0.43.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.43.0-SNAPSHOT
5
+ version : 0.43.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.43.0-SNAPSHOT "
1
+ ThisBuild / version := " 0.43.0"
Original file line number Diff line number Diff line change @@ -36,4 +36,4 @@ skip_anchor_prefixes = [
36
36
37
37
[extra ]
38
38
# Put all your custom variables here
39
- version = " 0.43.0-SNAPSHOT "
39
+ version = " 0.43.0"
You can’t perform that action at this time.
0 commit comments