Skip to content

Commit

Permalink
Pump version number to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryuichi Saito committed Jun 16, 2017
1 parent 2f483ca commit 930f030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AST/Version.swift
Expand Up @@ -18,5 +18,5 @@ public struct Version {
public let library: String
public let swift: String

public static let current = Version(library: "0.3.3", swift: "4.0-beta-2017-06-05")
public static let current = Version(library: "0.3.4", swift: "4.0-beta-2017-06-05")
}

0 comments on commit 930f030

Please sign in to comment.