Skip to content

Commit

Permalink
Release 0.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Oct 5, 2021
1 parent 3625f0e commit 5586283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## Master
## 0.31.1

##### Breaking

Expand Down
2 changes: 1 addition & 1 deletion Source/SourceKittenFramework/Version.swift
@@ -1,5 +1,5 @@
public struct Version {
public let value: String

public static let current = Version(value: "0.31.0")
public static let current = Version(value: "0.31.1")
}

0 comments on commit 5586283

Please sign in to comment.