From a855b734336afd8b14b3869171b5d6d6b7adabcc Mon Sep 17 00:00:00 2001 From: Bernardo Heynemann Date: Thu, 7 Jul 2016 16:04:04 -0300 Subject: [PATCH] Release 0.6.4 --- api/version.go | 2 +- dev/Dockerfile | 2 +- docs/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/version.go b/api/version.go index a872e5b7..7d4ae4b6 100644 --- a/api/version.go +++ b/api/version.go @@ -8,4 +8,4 @@ package api // VERSION identifies Khan's current version -var VERSION = "0.6.3" +var VERSION = "0.6.4" diff --git a/dev/Dockerfile b/dev/Dockerfile index 7d009a91..0e24f35a 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -1,6 +1,6 @@ FROM kiasaki/alpine-postgres -ENV KHAN_VERSION 0.6.3 +ENV KHAN_VERSION 0.6.4 ENV KHAN_BIN khan-linux ENV KHAN_DOWNLOAD_URL https://github.com/topfreegames/khan/releases/download/${KHAN_VERSION}/khan-linux-x86_64 ENV KHAN_PORT 8080 diff --git a/docs/conf.py b/docs/conf.py index 4675d148..30e200fd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,7 +65,7 @@ # The short X.Y version. version = u'0.6' # The full version, including alpha/beta/rc tags. -release = u'0.6.3' +release = u'0.6.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.