@@ -1,7 +1,7 @@
package infraEnvs
const (
- InfiniteOsVersion string = "0.2.5"
+ InfiniteOsVersion string = "0.2.6"
InfiniteOsMainDir string = "/infinite"
InfiniteOsBinary string = InfiniteOsMainDir + "/os"
InfiniteOsEnvFilePath string = InfiniteOsMainDir + "/.env"
@@ -14,7 +14,7 @@ const (
)
// @title OsApi
-// @version 0.2.5
+// @version 0.2.6
// @description Infinite OS API
// @termsOfService https://goinfinite.net/tos/
@@ -4913,7 +4913,7 @@ const docTemplate = `{
// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = &swag.Spec{
- Version: "0.2.5",
+ Version: "0.2.6",
Host: "localhost:1618",
BasePath: "/api",
Schemes: []string{},
@@ -13,7 +13,7 @@
"name": "Eclipse Public License v2.0",
"url": "https://www.eclipse.org/legal/epl-2.0/"
},
- "version": "0.2.5"
+ "version": "0.2.6"
"host": "localhost:1618",
"basePath": "/api",
@@ -1353,7 +1353,7 @@ info:
url: https://www.eclipse.org/legal/epl-2.0/
termsOfService: https://goinfinite.net/tos/
title: OsApi
- version: 0.2.5
+ version: 0.2.6
paths:
/v1/account/:
get: