Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cscatolini committed Jul 26, 2016
1 parent 96071e2 commit 1e9beb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.7.4"
var VERSION = "0.8.0"
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.7.4
ENV KHAN_VERSION 0.8.0
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
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.7'
version = u'0.8'
# The full version, including alpha/beta/rc tags.
release = u'0.7.4'
release = u'0.8.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 1e9beb7

Please sign in to comment.