Varakh
570e454a95
All checks were successful
/ build (pull_request) Successful in 5m54s
- only Postgres is supported from now on to reduce maintenance - enables building main upda server application for all platforms - instead of using ORM auto migrate for database schema creation, switch to proper migration framework utilizing flexible steps and plain sql files - library updates
5 lines
46 B
Go
5 lines
46 B
Go
package commons
|
|
|
|
const (
|
|
Version = "5.0.0"
|
|
)
|