Skip to content

Commit

Permalink
ver: v0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
keroxp authored Jul 12, 2021
1 parent 4bdfc4e commit 238f70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as flags from "./vendor/https/deno.land/std/flags/mod.ts";
import { sprintf } from "./vendor/https/deno.land/std/fmt/printf.ts";
import { gray, green, red } from "./vendor/https/deno.land/std/fmt/colors.ts";
import * as util from "./_util.ts";
const VERSION = "0.8.7";
const VERSION = "0.8.9";

export type Module = {
version: string;
Expand Down

0 comments on commit 238f70d

Please sign in to comment.