From aa83e21e8ba530ef8e6031dd9a5c02d5df6acdc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halvard=20M=C3=B8rstad?= Date: Tue, 25 Oct 2022 11:13:05 +0200 Subject: [PATCH] Bump --- CHANGELOG.md | 2 +- Makefile | 2 +- consts.ts | 2 +- egg.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfd4e41..1264fd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Nessie Change Log -## Version 2.0.9 - 2022-10-23 +## Version 2.0.9 - 2022-10-25 - Deno v1.26.2 - Deno std v0.160.0 diff --git a/Makefile b/Makefile index f0550f3..d8c0fdc 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ DB_MYSQL_PORT=5001 DB_USER=root DB_PWD=pwd DB_NAME=nessie -NESSIE_VERSION=2.0.8 +NESSIE_VERSION=2.0.9 DENO_VERSION?=1.24.1 DOCKER_IMAGE=halvardm/nessie diff --git a/consts.ts b/consts.ts index 95250a4..8315a65 100644 --- a/consts.ts +++ b/consts.ts @@ -1,6 +1,6 @@ import { bold, yellow } from "./deps.ts"; -export const VERSION = "2.0.8"; +export const VERSION = "2.0.9"; export const SPONSOR_NOTICE = bold( yellow( diff --git a/egg.json b/egg.json index 9f6d9ca..4c70b86 100644 --- a/egg.json +++ b/egg.json @@ -2,7 +2,7 @@ "$schema": "https://x.nest.land/eggs@0.3.8/src/schema.json", "name": "Nessie", "description": "A modular database migration module for Deno.", - "version": "2.0.8", + "version": "2.0.9", "stable": true, "repository": "https://github.com/halvardssm/deno-nessie", "files": [