Compare commits

..

1 Commits

Author SHA1 Message Date
Evan Hazlett
993f2dbe24 bump 0.3.1-rc1
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2015-07-15 18:03:12 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM docs/base:latest
FROM docs/base:hugo
MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl)
# to get the git info for this repo

View File

@@ -2,7 +2,7 @@ package version
var (
// VERSION should be updated by hand at each release
VERSION = "0.3.1"
VERSION = "0.3.1-rc1"
// GITCOMMIT will be overwritten automatically by the build system
GITCOMMIT = "HEAD"