Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
halvardssm committed Oct 25, 2022
1 parent 87cf230 commit aa83e21
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion consts.ts
Original file line number Diff line number Diff line change
@@ -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(
Expand Down
2 changes: 1 addition & 1 deletion egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit aa83e21

Please sign in to comment.