Skip to content

Commit

Permalink
Release 0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Feb 18, 2025
1 parent e961e76 commit eb6656e
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.37.0

#### 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.36.0",
version = "0.37.0",
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.36.0")
public static let current = Version(value: "0.37.0")
}

0 comments on commit eb6656e

Please sign in to comment.