Skip to content

Commit

Permalink
Update to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Mar 19, 2019
1 parent 4842d0f commit 77586dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TOOL_NAME = swaggen
VERSION = 3.0.2
VERSION = 4.0.0

PREFIX = /usr/local
INSTALL_PATH = $(PREFIX)/bin/$(TOOL_NAME)
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 = "3.0.2"
let version = "4.0.0"
let generateCommand = GenerateCommand()
let cli = CLI(name: "swaggen", version: version, description: "Swagger code generator", commands: [generateCommand])
cli.goAndExit()

0 comments on commit 77586dd

Please sign in to comment.