Skip to content

Commit

Permalink
[feat][build] Print out more info for bin/pulsar version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljmarshall committed Sep 20, 2022
1 parent c8b7962 commit 4414e3d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,9 @@ public static void main(String[] args) {
return;
}
System.out.println("Current version of pulsar is: " + PulsarVersion.getVersion());
System.out.println("Git Revision " + PulsarVersion.getGitSha());
System.out.println("Git Branch " + PulsarVersion.getGitBranch());
System.out.println("Built by " + PulsarVersion.getBuildUser() + " on " + PulsarVersion.getBuildHost() + " at "
+ PulsarVersion.getBuildTime());
}
}

0 comments on commit 4414e3d

Please sign in to comment.