Skip to content

Commit b47abb9

Browse files
committed
chore: bump version
1 parent 1a8a0d6 commit b47abb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod.ts

Lines changed: 1 addition & 1 deletion
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.4.0";
5+
export const version = "1.4.1";
66
export const daxVersion = "0.28.0";
77

88
if (import.meta.main) {

0 commit comments

Comments
 (0)