Skip to content

Commit 939389f

Browse files
committed
1.3.1
1 parent 0f7e840 commit 939389f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DockerProxy/Controllers/RegistryController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public IActionResult GetStatus()
4747
var status = new
4848
{
4949
status = "ok",
50-
version = "1.3.0",
50+
version = "1.3.1",
5151
timestamp = DateTime.UtcNow,
5252
uptime = (int)(DateTime.UtcNow - _startTime).TotalSeconds + " s",
5353
memoryLimit = $"{_config.MemoryLimit} MB",

0 commit comments

Comments
 (0)