Skip to content

Commit

Permalink
Addon version() now has a default of LATEST
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Mar 26, 2013
1 parent 5bfaea4 commit f894742
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -13,5 +13,8 @@
{
String name();

String version();
/**
* Always attempt to run against the latest version by default
*/
String version() default "LATEST";
}

0 comments on commit f894742

Please sign in to comment.