Skip to content

Commit dc6f6af

Browse files
committed
Bump version to 1.3.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
1 parent 6b60799 commit dc6f6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/go-modiff/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func main() {
2323

2424
app := ccli.NewApp()
2525
app.Name = "go-modiff"
26-
app.Version = "1.3.0"
26+
app.Version = "1.3.1"
2727
app.Authors = []*cli.Author{
2828
{Name: "Sascha Grunert", Email: "mail@saschagrunert.de"},
2929
}

0 commit comments

Comments
 (0)