Skip to content

Commit

Permalink
Ready for release 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartinez95 committed Dec 15, 2022
1 parent f83cbcb commit d187007
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v2.8.1 - 2022/10/28
# v2.9 - 2022/12/15

* Add create workspace button

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = 'burp'
version = 'v2.8'
version = 'v2.9'
archivesBaseName = 'faraday-burp'

sourceCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/burp/BurpExtender.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

public class BurpExtender implements IBurpExtender, IExtensionStateListener, IScannerListener, IContextMenuFactory {

private static final String EXTENSION_VERSION = "2.8";
private static final String EXTENSION_VERSION = "2.9";

private static final String EXTENSION_NAME = "Faraday plugin for Burp (v: " + EXTENSION_VERSION + ")";

Expand Down

0 comments on commit d187007

Please sign in to comment.