Explorar o código

Bump VERSION string

Peter Zignego %!s(int64=7) %!d(string=hai) anos
pai
achega
476105517f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Sources/HttpServer.swift

+ 1 - 1
Sources/HttpServer.swift

@@ -9,7 +9,7 @@ import Foundation
 
 public class HttpServer: HttpServerIO {
     
-    public static let VERSION = "1.3.3"
+    public static let VERSION = "1.4.6"
     
     private let router = HttpRouter()