diff options
| author | Navan Chauhan <navanchauhan@gmail.com> | 2024-03-08 16:48:30 -0700 | 
|---|---|---|
| committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-03-08 16:48:30 -0700 | 
| commit | 43387ea01a8495437953aa87c74802b846e02990 (patch) | |
| tree | f95dcb990e1c2c87e303ac844940047a45b5ebe2 | |
| parent | ae775de855a2dc60072493ac2915b16f258ca7f1 (diff) | |
bump version1.1.4
| -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 2ecc008..1415ad4 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.1.3"  // TODO: Handle automatic versioning +let versionString = "generated and served by swift-gopher/1.1.4"  // TODO: Handle automatic versioning  func buildVersionStringResponse() -> String {    let repeatedString = "i" + String(repeating: "-", count: 72) + "\t\terror.host\t1\r\n" | 
