Skip to content

Commit

Permalink
Release 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
heynemann committed Jul 7, 2016
1 parent f6a65ff commit a855b73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
package api

// VERSION identifies Khan's current version
var VERSION = "0.6.3"
var VERSION = "0.6.4"
2 changes: 1 addition & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a855b73

Please sign in to comment.