mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-12 12:58:02 -05:00
* feat: add versioning information to Docker build and application startup Bonus: Pin Alpine package versions.
7 lines
101 B
Go
7 lines
101 B
Go
package main
|
|
|
|
var (
|
|
version = "devVersion"
|
|
buildDate = "devBuildDate"
|
|
commit = "devCommit"
|
|
)
|