Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 811415d

Browse files
committed
chore: version bump
1 parent dce3182 commit 811415d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

polyproto/mls/main.tsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using Http;
66
using Versioning;
77
using OpenAPI;
88

9-
@service(#{ title: "polyproto mls APIs" })
9+
@service(#{ title: "polyproto MLS APIs" })
1010
@info(#{
1111
license: #{
1212
name: "MIT License",
@@ -19,5 +19,5 @@ using OpenAPI;
1919
namespace polyproto.mls;
2020

2121
enum Version {
22-
`v0.1.0-alpha.3`,
22+
`v0.1.0-alpha.4`,
2323
}

0 commit comments

Comments
 (0)