dev server version is 0.0, not 1.x.x-dev (easier numeric handling)
--HG-- branch : nmdc-ircfrontend
This commit is contained in:
parent
541cbaabd2
commit
e993e8a32c
@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
var (
|
||||
APP_VERSION = "1.x.x-dev" // overridden with build ldflags
|
||||
APP_VERSION = "0.0" // overridden with build ldflags
|
||||
)
|
||||
|
||||
const (
|
||||
|
Loading…
Reference in New Issue
Block a user