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 (
|
var (
|
||||||
APP_VERSION = "1.x.x-dev" // overridden with build ldflags
|
APP_VERSION = "0.0" // overridden with build ldflags
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
Loading…
Reference in New Issue
Block a user