Skip to content

Commit

Permalink
Update version.go
Browse files Browse the repository at this point in the history
  • Loading branch information
silenceper authored Feb 19, 2021
1 parent e5d1878 commit 0e9001a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import "fmt"

const version = "1.3"
const version = "1.5"

func printVersion() {
fmt.Println(version)
Expand Down

0 comments on commit 0e9001a

Please sign in to comment.