Skip to content

Commit

Permalink
fix: attempt to use lower version of Swift for CloudFlare
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonzurita committed Jan 4, 2024
1 parent aa84a16 commit a44c368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Modules/SwiftyNotesSite/src/Site/Header.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ struct SiteHeader: HtmlProvider {
.color(.white)
Div {
// TODO: pull the swift value in from .swift-version
P("Updated for Swift 5.9")
P("Updated for Swift 5.8")
}
.textAlign(.right)
.color(.lightGray)
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.9
// swift-tools-version:5.8

import PackageDescription

Expand Down

0 comments on commit a44c368

Please sign in to comment.