We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ea23c commit af91e12Copy full SHA for af91e12
1 file changed
writeas/cli.go
@@ -19,7 +19,7 @@ const (
19
apiUrl = "http://i.write.as"
20
hiddenApiUrl = "http://writeas7pm7rcdqg.onion"
21
readApiUrl = "http://i.write.as"
22
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
23
)
24
25
func main() {
0 commit comments