Revised the minor version rather than the fix version due to changes in ENTRYPOINT and CMD.

This commit is contained in:
Jeromy Streets 2018-11-14 16:25:48 -08:00
parent fb5181e7df
commit 79edf6b505

View File

@ -16,10 +16,10 @@ var (
MajorVersion = 1
// MinorVersion of static-file-server.
MinorVersion = 4
MinorVersion = 5
// FixVersion of static-file-server.
FixVersion = 1
FixVersion = 0
// Text for directly accessing the static-file-server version.
Text = fmt.Sprintf(