Skip to content

Commit 27d331a

Browse files
committed
Set version to v0.5.1
1 parent 3cc8ccf commit 27d331a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)"`

src/util/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package util
22

3-
const VERSION = "v0.5.0"
3+
const VERSION = "v0.5.1"
44
const RFC1123Millis = "Mon, 02 Jan 2006 15:04:05.999 MST"

0 commit comments

Comments
 (0)