Skip to content

Commit c83827a

Browse files
committed
Update versions in Makefile & Danger.swift
1 parent 609f387 commit c83827a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TOOL_NAME = danger-swift
22
# Get this from the package.swift someday
3-
VERSION = 0.3.5
3+
VERSION = 0.3.6
44

55
PREFIX = /usr/local
66
INSTALL_PATH = $(PREFIX)/bin/$(TOOL_NAME)

Sources/Danger/Danger.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Foundation
99
// MARK: - DangerRunner
1010

1111
private final class DangerRunner {
12-
let version = "0.3.5"
12+
let version = "0.3.6"
1313

1414
static let shared = DangerRunner()
1515

0 commit comments

Comments
 (0)