Hi,
I have cloned the latest application files from the github and I have a docker container which is running on version R3.11.10.6056, and I made a quite small changes in the application and tried to build an r3 binary file using the below commands,
$env:GOOS="linux"
$env:GOARCH="amd64"
go build -ldflags "-X main.appVersion=3.11.10.6056"
and tried to replace the r3 binary file in the docker container but i get an error, saying
E: 11:02:34 failed automatic upgrade of database, DB version '3.11' not recognized, platform update required
Shutting down...
and also is there any way to get to know the complete version after each update/release