Skip to content

Commit

Permalink
udpating filter version
Browse files Browse the repository at this point in the history
  • Loading branch information
Turini committed Mar 9, 2015
1 parent f999b16 commit 8ebf446
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-SNAPSHOT";
public static final String VERSION = "4.2.0-RC1";

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

Expand Down

0 comments on commit 8ebf446

Please sign in to comment.