Skip to content

Commit

Permalink
Bump version to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NetDwarf committed Oct 15, 2023
1 parent ea76cb2 commit e3e2b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Generate Release Info
id: release_info
run: |
version="2.1"
version="2.2"
last_version_tag=$(git tag -l --sort=creatordate | grep -E '^([0-9]+\.){3}[0-9]+$' | tail -n1)
major_version=$(echo "$last_version_tag" | cut -d. -f1)
minor_version=$(echo "$last_version_tag" | cut -d. -f2)
Expand Down

0 comments on commit e3e2b17

Please sign in to comment.