Release v2.4.12

This commit is contained in:
Sukchan Lee
2022-11-18 17:21:07 +09:00
parent 0b3ac149af
commit baed824393
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
#
PACKAGE="open5gs"
VERSION="2.4.11"
VERSION="2.4.12"
print_status() {
echo

View File

@@ -1,12 +1,12 @@
{
"name": "open5gs",
"version": "2.4.11",
"version": "2.4.12",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "open5gs",
"version": "2.4.11",
"version": "2.4.12",
"license": "AGPL-3.0",
"dependencies": {
"axios": "^0.16.2",

View File

@@ -1,6 +1,6 @@
{
"name": "open5gs",
"version": "2.4.11",
"version": "2.4.12",
"description": "Open5gs",
"main": "index.js",
"repository": "https://github.com/open5gs/open5gs/webui",