aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTong Sun <[email protected]>2023-05-03 12:44:34 -0400
committerTong Sun <[email protected]>2023-05-03 12:44:34 -0400
commitd16838c89887a1a5efd6856f043ccb43c9391ce0 (patch)
treee630729bc66d9f255acec6974da897659a2953b9
parent- [+] implement excluding control. close #6 (diff)
downloadhtml2md-1.1.0.tar.xz
html2md-1.1.0.zip
- [#] v1.1.0v1.1.0
-rw-r--r--html2md_main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/html2md_main.go b/html2md_main.go
index bd4b7f5..fce0d56 100644
--- a/html2md_main.go
+++ b/html2md_main.go
@@ -23,8 +23,8 @@ import (
var (
progname = "html2md"
- version = "1.0.0"
- date = "2023-05-02"
+ version = "1.1.0"
+ date = "2023-05-03"
rootArgv *rootT
)