Skip to content

Commit

Permalink
internal changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DoodleBobBuffPants committed Feb 9, 2022
1 parent 589f84f commit 98e230e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -43,6 +43,8 @@ public static String getVersion() {

public static void printVersion() {
printVersionOnly();
LOG.info("See what's new here: https://flywaydb.org/documentation/learnmore/releaseNotes#" + VERSION);
LOG.info("");
}

public static void printVersionOnly() {
Expand Down
Expand Up @@ -32,7 +32,6 @@
@NoArgsConstructor(access = AccessLevel.PRIVATE)
public class FlywayDbWebsiteLinks {
public static final String TRY_TEAMS_EDITION = "https://rd.gt/2VzHpkY";
public static final String TRY_TEAMS_EDITION_DEFAULT_TRIAL = "https://rd.gt/3A4IWym";
public static final String FILTER_INFO_OUTPUT = "https://rd.gt/3jqLqAn";
public static final String USAGE_COMMANDLINE = "https://rd.gt/3Cc1xKC";
public static final String STAYING_UP_TO_DATE = "https://rd.gt/3rXiSlV";
Expand Down

0 comments on commit 98e230e

Please sign in to comment.