Skip to content

Commit 4fc7740

Browse files
committed
update version to 0.5.0 in project.clj
1 parent 623965c commit 4fc7740

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject nginx-clojure/nginx-clojure "0.4.5"
1+
(defproject nginx-clojure/nginx-clojure "0.5.0"
22
:description "Nginx module for clojure or groovy or java programming"
33
:url "https://github.com/nginx-clojure/nginx-clojure"
44
:license {:name "BSD 3-Clause license"
@@ -62,9 +62,9 @@
6262
[stylefruits/gniazdo "0.4.0"]
6363
]}
6464
:unittest {
65-
:jvm-opts ["-javaagent:target/nginx-clojure-0.4.4.jar=mb"
65+
:jvm-opts ["-javaagent:target/nginx-clojure-0.5.0.jar=mb"
6666
"-Dnginx.clojure.wave.udfs=pure-clj.txt,compojure.txt,compojure-http-clj.txt"
67-
"-Xbootclasspath/a:target/nginx-clojure-0.4.4.jar"]
67+
"-Xbootclasspath/a:target/nginx-clojure-0.5.0.jar"]
6868
:junit-options {:fork "on"}
6969
:java-source-paths ["test/java" "test/clojure"]
7070
:test-paths ["src/test/clojure"]

0 commit comments

Comments
 (0)