Skip to content

Commit ae52ca2

Browse files
committed
Bump version to 0.4
1 parent 04048c5 commit ae52ca2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

writeas/cli.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ const (
2121
apiUrl = "https://write.as"
2222
hiddenApiUrl = "http://writeas7pm7rcdqg.onion"
2323
readApiUrl = "https://write.as"
24-
VERSION = "0.3"
24+
)
25+
26+
// Application constants.
27+
const (
28+
VERSION = "0.4"
2529
)
2630

2731
// Defaults for posts on Write.as.

0 commit comments

Comments
 (0)