Frontend: put version number in static URL to cache-bust on updates
All checks were successful
/ build-container (push) Successful in 8m40s
All checks were successful
/ build-container (push) Successful in 8m40s
This commit is contained in:
parent
426ab872dd
commit
f90a7cd66d
4 changed files with 7 additions and 4 deletions
|
@ -26,5 +26,9 @@ func init() {
|
|||
break
|
||||
}
|
||||
}
|
||||
|
||||
if Version == "" {
|
||||
Version = "development"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue