diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5c3fe4155..87511664a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -5,7 +5,7 @@ Verify first that your issue/request has not been posted previously: * https://github.com/beefproject/beef/issues * https://github.com/beefproject/beef/wiki/FAQ -Ensure you're using the [latest version of BeEF](https://github.com/beefproject/beef/releases/tag/v0.5.3.0). +Ensure you're using the [latest version of BeEF](https://github.com/beefproject/beef/releases/tag/v0.5.4.0). Please do your best to provide as much information as possible. It will help substantially if you can enable and provide debugging logs with your issue. Instructions for enabling debugging logs are below: diff --git a/VERSION b/VERSION index 814dd3e0d..20709c8e1 100644 --- a/VERSION +++ b/VERSION @@ -4,4 +4,4 @@ # See the file 'doc/COPYING' for copying permission # -0.5.4.0-pre +0.5.4.0 diff --git a/config.yaml b/config.yaml index 1166c7b37..ac373abfd 100644 --- a/config.yaml +++ b/config.yaml @@ -6,7 +6,7 @@ # BeEF Configuration file beef: - version: '0.5.4.0-pre' + version: '0.5.4.0' # More verbose messages (server-side) debug: false # More verbose messages (client-side) diff --git a/package-lock.json b/package-lock.json index 47860288a..93877d1a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "BeEF", - "version": "0.5.4.0-pre", + "version": "0.5.4.0", "lockfileVersion": 1 } diff --git a/package.json b/package.json index 5f12aa6e4..52a61e8a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "BeEF", - "version": "0.5.4.0-pre", + "version": "0.5.4.0", "description": "The Browser Exploitation Framework Project", "scripts": { "docs": "./node_modules/.bin/jsdoc -c conf.json"