pesos / grofer

A system and resource monitoring tool written in Golang!
Apache License 2.0
352 stars 52 forks source link

Addition of version number to about.go #125

Closed 7wik-pk closed 3 years ago

7wik-pk commented 3 years ago

Description

Version number is added as a hardcoded string (groferVersion) to About.text within the About widget, but it isn't initialized. While building, the version must be injected (as a string) to the package level variable groferVersion to avoid display of an empty string in place of version.

Fixes #117

Type of change

Please delete options that are not relevant.

Checklist:

7wik-pk commented 3 years ago

righto, I've initialized groferVersion to 1.3.0 for now.

Gituser143 commented 3 years ago

@7wik-pk Thank you for your contribution! I'll let either @Samyak2 or @MadhavJivrajani merge this.