chore(deps): bump github.com/qdm12/gosplash from 0.1.0 to 0.2.0 (#783)

This commit is contained in:
dependabot[bot]
2024-09-16 18:06:11 +02:00
committed by GitHub
parent c14324153c
commit e019e371ea
4 changed files with 6 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ package models
type BuildInformation struct {
Version string `json:"version"`
Commit string `json:"commit"`
Date string `json:"buildDate"`
Created string `json:"buildDate"`
}
func (b BuildInformation) VersionString() string {