Explorar el Código

Changed version to 1.2.6 at HttpServer class.

Damian Kołakowski hace 10 años
padre
commit
c5df9710cc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Sources/HttpServer.swift

+ 1 - 1
Sources/HttpServer.swift

@@ -13,7 +13,7 @@
 
 public class HttpServer: HttpServerIO {
     
-    public static let VERSION = "1.2.5"
+    public static let VERSION = "1.2.6"
     
     private let router = HttpRouter()