Skip to content

Commit

Permalink
Bump version to 0.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Mar 13, 2019
1 parent cba77b7 commit 0e5be30
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.11
0.4.12
2 changes: 1 addition & 1 deletion Sources/iblinter/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.11")
public static let current = Version(value: "0.4.12")
}

0 comments on commit 0e5be30

Please sign in to comment.