From 291b9aae02372b5a4fda274288c9448e69d94040 Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Sun, 13 Jul 2014 00:36:11 +0200 Subject: [PATCH] Bump version to 0.9.12 --- Changelog.md | 4 ++++ Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 8299c59..4f96a56 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +## 0.9.12 (not yet released) + + * TODO + ## 0.9.11 (release date: 2014-06-24) * Introduced the `docker-bash` tool. This is a shortcut tool for logging into a container using SSH. Usage: `docker-bash `. See the README for details. diff --git a/Makefile b/Makefile index d0a03b8..5ad3df9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = phusion/baseimage -VERSION = 0.9.11 +VERSION = 0.9.12 .PHONY: all build test tag_latest release ssh