Skip to content

Commit

Permalink
Update current ballerina version during version check
Browse files Browse the repository at this point in the history
  • Loading branch information
suganyasuven committed Jan 22, 2021
1 parent 35be659 commit e215209
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/ballerinalang/command/cmd/Command.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ String getCommandUsageInfo(String commandName) {
}

public void printVersionInfo() {
ToolUtil.getCurrentBallerinaVersion();
String output = "Update Tool " + ToolUtil.getCurrentToolsVersion() + "\n";
getPrintStream().print(output);
}
Expand Down

0 comments on commit e215209

Please sign in to comment.