Compare commits
3 Commits
v0.3.1-rc1
...
v0.3.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
40ee23659b | ||
|
|
066ef3c4f4 | ||
|
|
60be68c73c |
@@ -1,4 +1,4 @@
|
||||
FROM docs/base:hugo
|
||||
FROM docs/base:latest
|
||||
MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl)
|
||||
|
||||
# to get the git info for this repo
|
||||
|
||||
@@ -2,7 +2,7 @@ package version
|
||||
|
||||
var (
|
||||
// VERSION should be updated by hand at each release
|
||||
VERSION = "0.4.0-dev"
|
||||
VERSION = "0.3.1"
|
||||
|
||||
// GITCOMMIT will be overwritten automatically by the build system
|
||||
GITCOMMIT = "HEAD"
|
||||
|
||||
Reference in New Issue
Block a user