[mirror] Command-line application for uploading a site to a git-pages server
at v1.1.0 194 B view raw
1// By default the version information is retrieved from VCS. 2// If not available during build, override it here: 3 4package main 5 6const versionOverride = "" // set to e.g. "v1.2.3" as appropriate