Skip to content

Commit 18e0c2d

Browse files
committed
Bump version number.
1 parent 2d983d8 commit 18e0c2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/minimal-drakefile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { desc, run, task } from "https://deno.land/x/drake@v1.2.5/mod.ts";
1+
import { desc, run, task } from "https://deno.land/x/drake@v1.2.6/mod.ts";
22

33
desc("Minimal Drake task");
44
task("hello", [], function () {

lib/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { colors, existsSync, path, walkSync } from "./deps.ts";
22
import { env } from "./env.ts";
33

4-
const DRAKE_VERS = "1.2.5";
4+
const DRAKE_VERS = "1.2.6";
55

66
/** Returns the Drake version number string. */
77
export function vers(): string {

0 commit comments

Comments
 (0)