aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2023-12-22 21:12:28 -0700
committerNavan Chauhan <navanchauhan@gmail.com>2023-12-22 21:12:28 -0700
commitbf61c4357d3a1ff005f60d8cd09a39422881dab9 (patch)
treee6c0900352fd06cf1e57daf5bafeb1b9752367f7
parent4ea39dd0428ffc86ed0ad191cd4bfc8ebf18fcb6 (diff)
bump version no
-rw-r--r--Sources/swift-gopher/helpers.swift2
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"