PrintVersion prints version and other helpful information if --version.
()
| 66 | |
| 67 | // PrintVersion prints version and other helpful information if --version. |
| 68 | func PrintVersion() { |
| 69 | glog.Infof("\n%s\n", BuildDetails()) |
| 70 | } |
| 71 | |
| 72 | // Version returns a string containing the dgraphVersion. |
| 73 | func Version() string { |