Fixup version in constants

This commit is contained in:
Szymon Uglis 2020-11-21 20:10:22 +01:00 committed by Szymon Uglis
parent 7bfe7ef893
commit 3e7479d69b
No known key found for this signature in database
GPG key ID: 112376C5BEE91FE2

View file

@ -29,7 +29,7 @@ class Constants {
static const String baseUri = "/api/v8";
/// Version of Nyxx
static const String version = "1.1.0";
static const String version = "1.1.0-dev.1";
/// Url to Nyxx repo
static const String repoUrl = "https://github.com/l7ssha/nyxx";