File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -470,7 +470,7 @@ type Configuration struct {
470470 Template string for the user agent used in HTTP requests. There are some placeholders within this template
471471 string, which are replaced by actual values:
472472 <ul>
473- <li>`{{VERSION}}` - The version of wiki2book as shown by the `--version` CLI argument. Example: `v0.5.0 `</li>
473+ <li>`{{VERSION}}` - The version of wiki2book as shown by the `--version` CLI argument. Example: `v0.5.1 `</li>
474474 </ul>
475475
476476 Default: `"wiki2book {{VERSION}} (https://github.com/hauke96/wiki2book)"`
Original file line number Diff line number Diff line change 11package util
22
3- const VERSION = "v0.5.0 "
3+ const VERSION = "v0.5.1 "
44const RFC1123Millis = "Mon, 02 Jan 2006 15:04:05.999 MST"
You can’t perform that action at this time.
0 commit comments