1
0
mirror of https://github.com/anthonyaxenov/csv2md.git synced 2024-11-22 05:14:57 +00:00

Bump version number

This commit is contained in:
Anthony Axenov 2022-02-23 22:05:35 +08:00
parent cf2b11fe1a
commit 5dcccb9880
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC

View File

@ -11,7 +11,7 @@ import (
"strings"
)
const VERSION = "1.2.0"
const VERSION = "1.3.0"
func main() {
log.SetFlags(0)