Skip to content

Commit

Permalink
updating filter version
Browse files Browse the repository at this point in the history
  • Loading branch information
Turini committed Apr 14, 2015
1 parent a58f20d commit f37806c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -58,7 +58,7 @@
@WebFilter(filterName="vraptor", urlPatterns="/*", dispatcherTypes={DispatcherType.FORWARD, DispatcherType.REQUEST}, asyncSupported=true)
public class VRaptor implements Filter {

public static final String VERSION = "4.2.0-RC1";
public static final String VERSION = "4.2.0-RC2";

private final Logger logger = getLogger(VRaptor.class);

Expand Down

0 comments on commit f37806c

Please sign in to comment.