We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec32a46 commit 353a748Copy full SHA for 353a748
lib/utils.ts
@@ -1,7 +1,7 @@
1
import { colors, path, walkSync } from "./deps.ts";
2
import { env } from "./env.ts";
3
4
-const DRAKE_VERS = "1.5.0";
+const DRAKE_VERS = "1.5.1";
5
6
/** Returns the Drake version number string. */
7
export function vers(): string {
0 commit comments