From cefe6313a304623a2723109aeb47f090ab1e72fa Mon Sep 17 00:00:00 2001 From: uki00a Date: Thu, 6 Aug 2020 04:58:32 +0900 Subject: [PATCH] release: v0.2.23-rc7 (#107) --- src/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.ts b/src/version.ts index 5af99bd2a..93628c084 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,3 +1,3 @@ -export const VERSION = "v0.2.23-rc6"; +export const VERSION = "v0.2.23-rc7"; export const MOD_URL = `https://denolib.com/denolib/typeorm@${VERSION}/mod.ts`; export const CLI_URL = `https://denolib.com/denolib/typeorm@${VERSION}/cli.ts`;