Browse Source

chore: bump os version

ntorga 2 months ago
parent
commit
38ab71eb19

+ 1 - 1
src/infra/envs/envs.go

@@ -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"

+ 1 - 1
src/presentation/api/api.go

@@ -14,7 +14,7 @@ const (
 )
 
 // @title			OsApi
-// @version			0.2.5
+// @version			0.2.6
 // @description		Infinite OS API
 // @termsOfService	https://goinfinite.net/tos/
 

+ 1 - 1
src/presentation/api/docs/docs.go

@@ -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{},

+ 1 - 1
src/presentation/api/docs/swagger.json

@@ -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",

+ 1 - 1
src/presentation/api/docs/swagger.yaml

@@ -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: