From 00d0f13a522708346d1578720545cdd469934e33 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Mon, 15 Apr 2019 23:05:22 +0900 Subject: [PATCH] Bump version to 0.4.15 --- .version | 2 +- Sources/IBLinterFrontend/Version.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 489c893..4ea988f 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.4.14 +0.4.15 diff --git a/Sources/IBLinterFrontend/Version.swift b/Sources/IBLinterFrontend/Version.swift index ab43e62..dab472e 100644 --- a/Sources/IBLinterFrontend/Version.swift +++ b/Sources/IBLinterFrontend/Version.swift @@ -1,5 +1,5 @@ public struct Version { public let value: String - public static let current = Version(value: "0.4.14") + public static let current = Version(value: "0.4.15") }