Skip to content

Commit b372187

Browse files
committed
Bump version to v1.3.0
Signed-off-by: Sascha Grunert <[email protected]>
1 parent 8b78e9c commit b372187

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.2.0"
26+
app.Version = "1.3.0"
2727
app.Authors = []*cli.Author{
2828
{Name: "Sascha Grunert", Email: "[email protected]"},
2929
}

0 commit comments

Comments
 (0)