Skip to content

Commit

Permalink
mvt tool version update to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trasch committed May 23, 2024
1 parent 8de58db commit 0fe7aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MVTCLI/CLI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ struct CLI: AsyncParsableCommand {
static var configuration = CommandConfiguration(
commandName: "mvt",
abstract: "A utility for inspecting and working with vector tiles.",
version: "1.2.3",
version: "1.4.0",
subcommands: [Dump.self, Info.self, Merge.self, Query.self, Export.self, Import.self],
defaultSubcommand: Dump.self)

Expand Down

0 comments on commit 0fe7aa4

Please sign in to comment.