feat: bump to v1.2.0
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user