instagram archiver via telegram bot

This commit is contained in:
msramalho
2023-02-17 15:46:29 +00:00
parent f35875a94c
commit aa5430451e
8 changed files with 18 additions and 12 deletions

View File

@@ -1,9 +1,9 @@
_MAJOR = "0"
_MINOR = "3"
_MINOR = "4"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "0"
_PATCH = "1"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""