From fb085a029ac85f7e1702f56c6f8fc78739abe469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halvard=20M=C3=B8rstad?= Date: Thu, 6 Oct 2022 23:16:48 +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 6997dd1..703b481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Nessie Change Log -## Version Next +## Version 2.0.8 - 2022-10-06 - Deno v1.26.0 - Deno std v0.159.0 diff --git a/Makefile b/Makefile index 72cc961..f0550f3 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.7 +NESSIE_VERSION=2.0.8 DENO_VERSION?=1.24.1 DOCKER_IMAGE=halvardm/nessie diff --git a/consts.ts b/consts.ts index 6fcd03c..95250a4 100644 --- a/consts.ts +++ b/consts.ts @@ -1,6 +1,6 @@ import { bold, yellow } from "./deps.ts"; -export const VERSION = "2.0.7"; +export const VERSION = "2.0.8"; export const SPONSOR_NOTICE = bold( yellow( diff --git a/egg.json b/egg.json index c6e9479..9f6d9ca 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.7", + "version": "2.0.8", "stable": true, "repository": "https://github.com/halvardssm/deno-nessie", "files": [