mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 17:59:29 +02:00
Bumbed version number to 0.18-dev
This commit is contained in:
parent
53ade20722
commit
ee4e5c244f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
__version__ = "0.17"
|
__version__ = "0.18-dev"
|
||||||
__version_info__ = tuple(
|
__version_info__ = tuple(
|
||||||
[
|
[
|
||||||
int(num) if num.isdigit() else num
|
int(num) if num.isdigit() else num
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue