Skip to content

Commit 04312f0

Browse files
committed
chore: 1.0.1 release
1 parent b6e6649 commit 04312f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/dev/suresh/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ val udsServer by
395395
}
396396

397397
fun unixDomainSockets(req: ServerRequest, res: ServerResponse) {
398-
res.send("wip")
398+
res.send("wip!")
399399
}
400400

401401
private val Int.fmt

0 commit comments

Comments
 (0)