Przeglądaj źródła

Changed version to 1.2.6 at HttpServer class.

Damian Kołakowski 10 lat temu
rodzic
commit
c5df9710cc
1 zmienionych plików z 1 dodań i 1 usunięć
  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()