Skip to content

Commit

Permalink
Release 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Aug 11, 2022
1 parent dd90aa2 commit b5f9bb7
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 @@
## Main
## 0.33.0

##### 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.32.0")
public static let current = Version(value: "0.33.0")
}

0 comments on commit b5f9bb7

Please sign in to comment.