Compare commits

..

3 Commits

Author SHA1 Message Date
Kolja Zuelsdorf
ea020aa8a5 Bump version. 2023-06-09 12:44:12 +02:00
Erwan
4d30fecc36 Merge pull request #1786 from wpscanteam/fix/gem-push
Fixes Gem Push action
2023-06-09 11:16:45 +02:00
Erwan
369bbbe084 Fixes Gem Push action 2023-06-09 11:15:04 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: Set up Ruby 2.6 - name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with:
ruby-version: 2.6.x ruby-version: 2.6
#- name: Publish to GPR #- name: Publish to GPR
# run: | # run: |

View File

@@ -2,5 +2,5 @@
# Version # Version
module WPScan module WPScan
VERSION = '3.8.23' VERSION = '3.8.24'
end end