github.com/grantbow/fit@v0.7.1-0.20220916164603-1f7c88ac81e6/fit/bug-version-number-hard-coded/Description (about) 1 issue: 2 3 the version number for bug is hard coded. 4 5 plan: 6 7 1. add a variable with the version number: config.ProgramVersion in set using bugapp.ProgramVersion() 8 2. change all functions and tests to use the new function. 9