Skip to content

Commit

Permalink
update version to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sndnvaps committed Dec 29, 2019
1 parent 1c078b8 commit 4e2944c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebookdl.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func main() {
app := cli.NewApp()
app.Name = "golang EBookDownloader"
app.Compiled = time.Now()
app.Version = "1.3.0"
app.Version = "1.4.0"
app.Authors = []cli.Author{
cli.Author{
Name: "Jimes Yang",
Expand Down

0 comments on commit 4e2944c

Please sign in to comment.