Explorar o código

Changed version to 1.2.6 at HttpServer class.

Damian Kołakowski %!s(int64=10) %!d(string=hai) anos
pai
achega
c5df9710cc
Modificáronse 1 ficheiros con 1 adicións e 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()