Skip to content

Commit

Permalink
ver: v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keroxp committed Feb 14, 2020
1 parent bafcfc8 commit 5dd4a8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import * as fs from "./vendor/https/deno.land/std/fs/mod.ts";
import * as flags from "./vendor/https/deno.land/std/flags/mod.ts";
import { sprintf } from "./vendor/https/deno.land/std/fmt/sprintf.ts";
import { gray, green, red } from "./vendor/https/deno.land/std/fmt/colors.ts";
const VERSION = "0.8.0";

export type Module = {
version: string;
Expand Down Expand Up @@ -217,8 +218,6 @@ async function readLockFile(): Promise<Modules | undefined> {
}
}

const VERSION = "0.7.2";

type DinkOptions = {
file: string;
reload: boolean;
Expand Down

0 comments on commit 5dd4a8f

Please sign in to comment.