From 1fb202af6008e4397b02bc645523c6c6c30330c4 Mon Sep 17 00:00:00 2001 From: uki00a Date: Mon, 21 Sep 2020 20:58:05 +0900 Subject: [PATCH] release: v0.2.23-rc9 (#120) --- src/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.ts b/src/version.ts index e65bc2d4b..a322a37cc 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,4 +1,4 @@ -export const VERSION = "v0.2.23-rc8"; +export const VERSION = "v0.2.23-rc9"; export const BASE_TYPEORM_VERSION = "v0.2.22"; export const MOD_URL = `https://denolib.com/denolib/typeorm@${VERSION}/mod.ts`; export const CLI_URL = `https://denolib.com/denolib/typeorm@${VERSION}/cli.ts`;