Skip to content

Commit f91a880

Browse files
author
Hayden Young
committed
fix: v0.2.0
1 parent a72e722 commit f91a880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { createInviteCodeCmd } from "./create_invite_code.ts";
66
const cmd = new Command()
77
.name("pdsman")
88
.description("A simple ATProto PDS administration tool.")
9-
.version("v0.1.0")
9+
.version("v0.2.0")
1010
.globalOption("-s, --server <server:string>", "The PDS to connect to.", { default: 'http://localhost:2583' })
1111
.globalOption("-p, --admin-password <adminPassword:string>", "The admin password for the PDS.", {
1212
default: Deno.env.get("PDS_ADMIN_PASSWORD") ?? undefined,

0 commit comments

Comments
 (0)