Skip to content

Commit 1195ff7

Browse files
committed
Incremented version string
1 parent bd3265d commit 1195ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $ sj convert -u https://petstore.swagger.io/v2/swagger.json -o openapi.json`,
4949
log.Error("Command not specified. See the --help flag for usage.")
5050
}
5151
},
52-
Version: "2.2.0",
52+
Version: "2.2.1",
5353
}
5454

5555
func Execute() {

0 commit comments

Comments
 (0)