feat: bump to v1.2.0

This commit is contained in:
2026-02-06 10:23:56 +00:00
parent 848e203e06
commit 019109baaa

View File

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