Skip to content

Commit 901cfe9

Browse files
committed
release: bump version to v0.4.0
1 parent 8a732fe commit 901cfe9

9 files changed

Lines changed: 15 additions & 15 deletions

File tree

backend/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.3
22
info:
33
title: My Nethesis API
44
description: REST API for My Nethesis with business hierarchy management and RBAC
5-
version: 0.3.0
5+
version: 0.4.0
66
contact:
77
name: Nethesis S.r.l.
88
url: http://www.nethesis.it

backend/pkg/version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.4.0

collect/pkg/version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.4.0

docs/en/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ graph LR
174174

175175
## Version Information
176176

177-
Current version: **0.3.0** (Pre-production)
177+
Current version: **0.4.0** (Pre-production)
178178

179179
This documentation is continuously updated. Last update: 2025-11-06
180180

docs/it/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ graph LR
174174

175175
## Informazioni Versione
176176

177-
Versione corrente: **0.3.0** (Pre-produzione)
177+
Versione corrente: **0.4.0** (Pre-produzione)
178178

179179
Questa documentazione viene aggiornata continuamente. Ultimo aggiornamento: 2025-11-07
180180

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "my-nethesis-ui",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

services/mimir/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.4.0

sync/pkg/version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.4.0

version.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"version": "0.3.0",
2+
"version": "0.4.0",
33
"name": "My Nethesis",
44
"components": {
5-
"backend": "0.3.0",
6-
"sync": "0.3.0",
7-
"collect": "0.3.0",
8-
"frontend": "0.3.0",
9-
"proxy": "0.3.0",
10-
"services/mimir": "0.3.0"
5+
"backend": "0.4.0",
6+
"sync": "0.4.0",
7+
"collect": "0.4.0",
8+
"frontend": "0.4.0",
9+
"proxy": "0.4.0",
10+
"services/mimir": "0.4.0"
1111
}
1212
}

0 commit comments

Comments
 (0)