Explorar el Código

Bump VERSION string

Peter Zignego hace 7 años
padre
commit
476105517f
Se han modificado 1 ficheros con 1 adiciones y 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()