Skip to content

Commit

Permalink
bump version no
Browse files Browse the repository at this point in the history
  • Loading branch information
navanchauhan committed Dec 23, 2023
1 parent 4ea39dd commit bf61c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/swift-gopher/helpers.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

let versionString = "generated and served by swift-gopher/1.0.0" // TODO: Handle automatic versioning
let versionString = "generated and served by swift-gopher/1.1.3" // TODO: Handle automatic versioning

func buildVersionStringResponse() -> String {
let repeatedString = "i" + String(repeating: "-", count: 72) + "\t\terror.host\t1\r\n"
Expand Down

0 comments on commit bf61c43

Please sign in to comment.