Compare commits
2 Commits
f85a3da50e
...
c9a6ef8006
Author | SHA1 | Date | |
---|---|---|---|
c9a6ef8006 | |||
c6328acb1c |
@ -5,7 +5,7 @@ import (
|
||||
)
|
||||
|
||||
// Version Constants
|
||||
const versionNum string = "2024.11.6"
|
||||
const versionNum string = "2025.01.1"
|
||||
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