update version

This commit is contained in:
Sergio R. Caprile 2026-08-12 09:41:29 -03:00
parent 84553d06a0
commit 02bdbb9ed6
3 changed files with 6 additions and 6 deletions

View file

@ -20,7 +20,7 @@
#ifndef MONGOOSE_H
#define MONGOOSE_H
#define MG_VERSION "7.22"
#define MG_VERSION "7.23"
#ifdef __cplusplus
extern "C" {

View file

@ -5,20 +5,20 @@
"serialNumber": "urn:uuid:d3f8b1e2-4a7c-4d9e-bf2a-1c3e5f7a9b0d",
"version": 1,
"metadata": {
"timestamp": "2026-06-25T00:00:00Z",
"timestamp": "2026-08-12T00:00:00Z",
"component": {
"type": "library",
"bom-ref": "mongoose",
"supplier": { "name": "Cesanta Software Limited", "url": ["https://cesanta.com"] },
"author": "Cesanta Software Limited",
"name": "mongoose",
"version": "7.22",
"version": "7.23",
"description": "Two-file C/C++ embedded networking library. HTTP, WebSocket, MQTT, TLS 1.3, OTA firmware updates, device dashboard. Runs on microcontrollers and desktop OS.",
"licenses": [
{ "expression": "GPL-2.0-only" },
{ "license": { "name": "Cesanta Commercial License", "url": "https://mongoose.ws/licensing/" } }
],
"purl": "pkg:github/cesanta/mongoose@7.22",
"purl": "pkg:github/cesanta/mongoose@7.23",
"externalReferences": [
{ "type": "website", "url": "https://mongoose.ws" },
{ "type": "vcs", "url": "https://github.com/cesanta/mongoose" },
@ -27,7 +27,7 @@
{ "type": "distribution", "url": "https://raw.githubusercontent.com/cesanta/mongoose/master/mongoose.c" }
],
"properties": [
{ "name": "cpe", "value": "cpe:2.3:a:cesanta:mongoose:7.22:*:*:*:*:*:*:*" }
{ "name": "cpe", "value": "cpe:2.3:a:cesanta:mongoose:7.23:*:*:*:*:*:*:*" }
]
}
},

View file

@ -1 +1 @@
#define MG_VERSION "7.22"
#define MG_VERSION "7.23"