Skip to content

Commit

Permalink
update to version 7.5
Browse files Browse the repository at this point in the history
build n release
  • Loading branch information
justinvforvendetta committed Jul 4, 2024
1 parent 0612fc5 commit f4f06e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-all-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
- name: push zips to release
uses: softprops/action-gh-release@v1
with:
tag_name: v7.4.0
tag_name: v7.5.0
files: |
verge-windows.zip
verge-macos.zip
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
]\dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 7)
define(_CLIENT_VERSION_MINOR, 4)
define(_CLIENT_VERSION_MINOR, 5)
define(_CLIENT_VERSION_REVISION,
0)define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 0)
Expand Down

0 comments on commit f4f06e5

Please sign in to comment.