From 4d36163cf3cc1283be3b39a97eb51e3c1895803c Mon Sep 17 00:00:00 2001 From: pushkar-gr Date: Wed, 11 Feb 2026 19:35:37 +0530 Subject: [PATCH] chore(version): update versions from v1 to v1.1 --- agent/Cargo.toml | 2 +- controller/go.mod | 2 +- controller/static/pages/dashboard.html | 2 +- controller/static/pages/login.html | 2 +- controller/static/pages/roles.html | 2 +- controller/static/pages/services.html | 2 +- controller/static/pages/users.html | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/agent/Cargo.toml b/agent/Cargo.toml index 3f17e7b..4cb6415 100644 --- a/agent/Cargo.toml +++ b/agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aegis-agent" -version = "0.1.0" +version = "1.1.0" edition = "2024" [dependencies] diff --git a/controller/go.mod b/controller/go.mod index 2717d88..bcbc148 100644 --- a/controller/go.mod +++ b/controller/go.mod @@ -1,6 +1,6 @@ module Aegis/controller -go 1.25.5 +go 1.25.7 require ( github.com/docker/docker v27.1.1+incompatible diff --git a/controller/static/pages/dashboard.html b/controller/static/pages/dashboard.html index 98d3dbc..45448ea 100644 --- a/controller/static/pages/dashboard.html +++ b/controller/static/pages/dashboard.html @@ -48,7 +48,7 @@

Service Dash

-

v1.0.0-aegis

+

v1.1.0-aegis