feat: bump to v1.1.0

This commit is contained in:
2026-02-06 10:19:33 +00:00
parent 85e777199e
commit 848e203e06

View File

@@ -3,7 +3,7 @@ var app = builder.Build();
app.MapGet("/", () => new {
service = "demo-api",
version = "1.0.0",
version = "1.1.0",
hostname = Environment.MachineName,
timestamp = DateTime.UtcNow
});