Skip to content

Commit

Permalink
Bump version to 0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Nov 21, 2018
1 parent 16fa50f commit 97f5eba
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.9
0.4.10
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.9")
public static let current = Version(value: "0.4.10")
}

0 comments on commit 97f5eba

Please sign in to comment.