diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-22 21:12:28 -0700 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-22 21:12:28 -0700 |
commit | bf61c4357d3a1ff005f60d8cd09a39422881dab9 (patch) | |
tree | e6c0900352fd06cf1e57daf5bafeb1b9752367f7 /Sources | |
parent | 4ea39dd0428ffc86ed0ad191cd4bfc8ebf18fcb6 (diff) |
bump version no
Diffstat (limited to 'Sources')
-rw-r--r-- | Sources/swift-gopher/helpers.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sources/swift-gopher/helpers.swift b/Sources/swift-gopher/helpers.swift index 1fd2280..2ecc008 100644 --- a/Sources/swift-gopher/helpers.swift +++ b/Sources/swift-gopher/helpers.swift @@ -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" |