Skip to content

Commit

Permalink
Update to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Jul 11, 2019
1 parent 713a06f commit 5f79060
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TOOL_NAME = swaggen
VERSION = 4.1.0
VERSION = 4.2.0

PREFIX = /usr/local
INSTALL_PATH = $(PREFIX)/bin/$(TOOL_NAME)
Expand Down Expand Up @@ -34,7 +34,7 @@ update_brew:
git add .
git commit -m "Update brew to $(VERSION)"

release: format_code
release:
sed -i '' 's|\(let version = "\)\(.*\)\("\)|\1$(VERSION)\3|' Sources/SwagGen/main.swift

git add .
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwagGen/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PathKit
import SwagGenKit
import SwiftCLI

let version = "4.1.0"
let version = "4.2.0"
let generateCommand = GenerateCommand()
let cli = CLI(name: "swaggen", version: version, description: "Swagger code generator", commands: [generateCommand])
cli.goAndExit()

0 comments on commit 5f79060

Please sign in to comment.