Skip to content

Commit

Permalink
Bump version number to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gteufelberger committed Nov 27, 2022
1 parent 5809a37 commit e763e31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0
3.2.1
2 changes: 1 addition & 1 deletion vo-scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
gitlab_issue_page = gitlab_repo_page + "issues"
gitlab_changelog_page = gitlab_repo_page + "-/tags/v"
remote_version_link = gitlab_repo_page + "raw/master/VERSION"
program_version = '3.2.0'
program_version = '3.2.1'

# For web requests
user_agent = 'Mozilla/5.0'
Expand Down

0 comments on commit e763e31

Please sign in to comment.