Skip to content

Commit

Permalink
chore: release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greenstatic committed Apr 4, 2024
1 parent 1fd5c43 commit 8bfc6d8
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 @@ -4,7 +4,7 @@

MAJOR = 0
MINOR = 7
BUGFIX = 0
BUGFIX = 1
INFO = ""

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

0 comments on commit 8bfc6d8

Please sign in to comment.