Skip to content

Commit a218d8f

Browse files
committed
chore: bump version
1 parent cea7f2a commit a218d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { $, colors, Command, EnumType, readAll, ValidationError } from "./deps.t
22
import { type CodeBlock, mdCodeBlocks, renderMDToString } from "./src/markdown.ts";
33
import { invariant, toFileURL } from "./src/util.ts";
44

5-
export const version = "1.3.0";
5+
export const version = "1.3.1";
66
export const daxVersion = "0.24.1";
77

88
if (import.meta.main) {

0 commit comments

Comments
 (0)