Skip to content

Commit

Permalink
Bump version to 0.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Apr 15, 2019
1 parent 2c260fe commit 00d0f13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.14
0.4.15
2 changes: 1 addition & 1 deletion Sources/IBLinterFrontend/Version.swift
Original file line number Diff line number Diff line change
@@ -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")
}

0 comments on commit 00d0f13

Please sign in to comment.