Browse Source

Merge branch 'fix_ranch_vsn' of git://github.com/nevar/cowboy

Loïc Hoguin 12 years ago
parent
commit
3181382d72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,7 +1,7 @@
 # See LICENSE for licensing information.
 
 PROJECT = cowboy
-RANCH_VSN = 0.6.0
+RANCH_VSN = 0.6.1
 ERLC_OPTS = -Werror +debug_info +warn_export_all # +bin_opt_info +warn_missing_spec
 
 DEPS_DIR ?= $(CURDIR)/deps