Skip to content

Commit

Permalink
set version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gereons committed Mar 12, 2024
1 parent 43cae7a commit d3d71bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
.netrc
.vscode
output
swagger.json
swagger-bz.json
2 changes: 1 addition & 1 deletion Sources/ModelGen.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import ArgumentParser

@main
struct ModelGen: ParsableCommand {
static let version = "v0.1.4"
static let version = "v0.1.5"

@Option(name: .shortAndLong, help: "name of the input file")
var input: String = "~/Developer/onvista/modelgen/swagger.json"
Expand Down

0 comments on commit d3d71bd

Please sign in to comment.