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

pull/15/head
Jeromy Streets 6 years ago
parent fb5181e7df
commit 79edf6b505
  1. 4
      cli/version/version.go

@ -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(

Loading…
Cancel
Save