feat: bump to v1.1.0
This commit is contained in:
@@ -3,7 +3,7 @@ var app = builder.Build();
|
|||||||
|
|
||||||
app.MapGet("/", () => new {
|
app.MapGet("/", () => new {
|
||||||
service = "demo-api",
|
service = "demo-api",
|
||||||
version = "1.0.0",
|
version = "1.1.0",
|
||||||
hostname = Environment.MachineName,
|
hostname = Environment.MachineName,
|
||||||
timestamp = DateTime.UtcNow
|
timestamp = DateTime.UtcNow
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user