From 34e89a54d83a7502e223262902cb0a324b7d9dc0 Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Thu, 18 Apr 2024 15:42:48 -0700 Subject: [PATCH] Version 0.33.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index b44c86a..a1a704b 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ (def jetty-version "12.0.8") -(defproject info.sunng/ring-jetty9-adapter "0.33.0-SNAPSHOT" +(defproject info.sunng/ring-jetty9-adapter "0.33.0" :description "Ring adapter for jetty9, which supports websocket and spdy" :url "http://github.com/sunng87/ring-jetty9-adapter" :license {:name "Eclipse Public License"