Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
greenstatic committed Jan 30, 2021
1 parent bc6e42b commit a3f32ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbb-exporter/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
MAJOR = 0
MINOR = 7
BUGFIX = 0
INFO = "preview"
INFO = "preview2"

VERSION = "{}.{}.{}".format(MAJOR, MINOR, BUGFIX)
if INFO:
Expand Down

0 comments on commit a3f32ab

Please sign in to comment.