Compare commits
No commits in common. "c9a6ef8006f3eb2a34bac60b12477f516df83e46" and "f85a3da50e14fbaeb98a3ddf1eb5bdb0d23137f0" have entirely different histories.
c9a6ef8006
...
f85a3da50e
@ -5,7 +5,7 @@ import (
|
||||
)
|
||||
|
||||
// Version Constants
|
||||
const versionNum string = "2025.01.1"
|
||||
const versionNum string = "2024.11.6"
|
||||
const versionSuffix string = ""
|
||||
const Version string = versionNum + versionSuffix
|
||||
|
||||
|
@ -56,7 +56,7 @@ func Check() {
|
||||
}
|
||||
|
||||
if oldMetadata != nil {
|
||||
if oldMetadata.LastVersion == apiResp.Name {
|
||||
if oldMetadata.LastVersion != apiResp.Name {
|
||||
log.Info("PIS Data is up to date")
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user