Skip to content

Commit

Permalink
Release 0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Feb 20, 2023
1 parent 0d2585d commit b6dc09e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Main
## 0.34.1

##### Breaking

Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "sourcekitten",
version = "0.34.0",
version = "0.34.1",
compatibility_level = 1,
)

Expand Down
2 changes: 1 addition & 1 deletion Source/SourceKittenFramework/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.34.0")
public static let current = Version(value: "0.34.1")
}

0 comments on commit b6dc09e

Please sign in to comment.