From 6f1cedaeb35d83446b62f34489db8bf6f1c7f943 Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Tue, 9 Jul 2024 14:11:21 +0800 Subject: [PATCH] Version 0.33.5-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 4f89e2d..6a3c0fb 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ (def jetty-version "12.0.11") -(defproject info.sunng/ring-jetty9-adapter "0.33.4" +(defproject info.sunng/ring-jetty9-adapter "0.33.5-SNAPSHOT" :description "Ring adapter for jetty9, which supports websocket and spdy" :url "http://github.com/sunng87/ring-jetty9-adapter" :license {:name "Eclipse Public License"