Skip to content

Commit

Permalink
hotfix version (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoKats authored Aug 15, 2024
1 parent 9241417 commit 664436f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdrss.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func updateCommand(config mdrss.Config) error {
func confCommand(config mdrss.Config) error {
configValues := reflect.ValueOf(config)
typeOfS := configValues.Type()
mdrss.Info.Println("MDRSS v1.0.0 by Timo Kats")
mdrss.Info.Println("MDRSS v0.0.2 by Timo Kats")
for i := 0; i < configValues.NumField(); i++ {
if len(typeOfS.Field(i).Name) < 8 {
mdrss.Info.Printf("%s\t\t%v\n", typeOfS.Field(i).Name, configValues.Field(i).Interface())
Expand Down

0 comments on commit 664436f

Please sign in to comment.