diff --git a/api/version.go b/api/version.go index fd6e1795..566edbf2 100644 --- a/api/version.go +++ b/api/version.go @@ -8,4 +8,4 @@ package api // VERSION identifies Khan's current version -var VERSION = "0.9.7" +var VERSION = "0.9.8" diff --git a/dev/Dockerfile b/dev/Dockerfile index d56b30f3..a60232f3 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -1,6 +1,6 @@ FROM kiasaki/alpine-postgres -ENV KHAN_VERSION 0.9.6 +ENV KHAN_VERSION 0.9.8 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 d2c99ea0..6ce212f9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -65,7 +65,7 @@ # The short X.Y version. version = u'0.9' # The full version, including alpha/beta/rc tags. -release = u'0.9.6' +release = u'0.9.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.