Compare commits

..

No commits in common. "c9a6ef8006f3eb2a34bac60b12477f516df83e46" and "f85a3da50e14fbaeb98a3ddf1eb5bdb0d23137f0" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import (
) )
// Version Constants // Version Constants
const versionNum string = "2025.01.1" const versionNum string = "2024.11.6"
const versionSuffix string = "" const versionSuffix string = ""
const Version string = versionNum + versionSuffix const Version string = versionNum + versionSuffix

View File

@ -56,7 +56,7 @@ func Check() {
} }
if oldMetadata != nil { if oldMetadata != nil {
if oldMetadata.LastVersion == apiResp.Name { if oldMetadata.LastVersion != apiResp.Name {
log.Info("PIS Data is up to date") log.Info("PIS Data is up to date")
return return
} }