Skip to content

Commit 8349c30

Browse files
Version update to release 2.5.2 (#2008)
Signed-off-by: Aindriu Lavelle <[email protected]>
1 parent 903e2f1 commit 8349c30

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 2.5.1
1+
version = 2.5.2
22

33
# Sets a custom hook path in the local git config.
44
# Currently there's only a pre-commit hook related

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ For the versions available, see the [tags on this repository](https://github.com
109109

110110
- Help Wizard to setup Klaw
111111

112+
[See Features of Klaw in docs](https://www.klaw-project.io/docs/features)
113+
112114
## Documentation
113115

114116
- User documentation : https://klaw-project.io/docs

openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name" : "Apache 2.0",
1111
"url" : "https://www.apache.org/licenses/LICENSE-2.0.html"
1212
},
13-
"version" : "2.5.1"
13+
"version" : "2.5.2"
1414
},
1515
"externalDocs" : {
1616
"description" : "Klaw documentation",

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</parent>
4343

4444
<properties>
45-
<revision>2.5.1</revision>
45+
<revision>2.5.2</revision>
4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4747
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4848
<java.version>17</java.version>

0 commit comments

Comments
 (0)