diff options
| author | Tong Sun <[email protected]> | 2020-07-26 19:11:30 -0400 |
|---|---|---|
| committer | Tong Sun <[email protected]> | 2020-07-26 19:30:23 -0400 |
| commit | e7c5accbd600eaab5a13f22030371a4177b76e26 (patch) | |
| tree | 4abc6785b7dac74ac7d489e9b4570ef29bc343cb /html2md_main.go | |
| parent | - [+] add .travis.yml with dummy test (diff) | |
| download | html2md-e7c5accbd600eaab5a13f22030371a4177b76e26.tar.xz html2md-e7c5accbd600eaab5a13f22030371a4177b76e26.zip | |
- [+] update README
Diffstat (limited to 'html2md_main.go')
| -rw-r--r-- | html2md_main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html2md_main.go b/html2md_main.go index 40309f3..ebf91fe 100644 --- a/html2md_main.go +++ b/html2md_main.go @@ -49,7 +49,7 @@ type OptsT struct { var ( progname = "html2md" - version = "0.1.0" + version = "0.1.01" date = "2020-07-25" rootArgv *rootT |