Skip to content

Commit fedc79f

Browse files
committed
bump version to 0.6.1
1 parent 645489a commit fedc79f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

nginx-clojure-embed/project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
(defproject nginx-clojure/nginx-clojure-embed "0.6.0"
1+
(defproject nginx-clojure/nginx-clojure-embed "0.6.1"
22
:description "Embeding Nginx-Clojure into a standard clojure/java/groovy app without additional Nginx process"
33
:url "https://github.com/nginx-clojure/nginx-clojure/tree/master/nginx-clojure-embed"
44
:license {:name "BSD 3-Clause license"
55
:url "http://opensource.org/licenses/BSD-3-Clause"}
66
:plugins []
77
:dependencies [
8-
[nginx-clojure/nginx-clojure "0.6.0"]
8+
[nginx-clojure/nginx-clojure "0.6.1"]
99
]
1010
:source-paths ["src/clojure"]
1111
:java-source-paths ["src/java"]

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject nginx-clojure/nginx-clojure "0.6.0"
1+
(defproject nginx-clojure/nginx-clojure "0.6.1"
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"

src/java/nginx/clojure/MiniConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ public class MiniConstants {
390390

391391
//nginx clojure java runtime required the lowest version of nginx-clojure c module
392392
public static long NGINX_CLOJURE_RT_REQUIRED_LVER = 5002;
393-
public static long NGINX_CLOJURE_RT_VER = 6000;
393+
public static long NGINX_CLOJURE_RT_VER = 6001;
394394

395395
//ngx_core.h
396396
public final static int NGX_OK = 0;

0 commit comments

Comments
 (0)