Skip to content

Commit

Permalink
v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cak committed May 13, 2020
1 parent 7742eb2 commit 50f9053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BurpExtender.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class BurpExtender : IBurpExtender {
val tab = BookmarkTab(callbacks)
val table = tab.bookmarkTable
val menuItem = BookmarkMenu(table)
callbacks.stdout.write("Bookmarks [^] v0.4.7".toByteArray())
callbacks.stdout.write("Bookmarks [^] v0.4.8".toByteArray())
callbacks.stdout.write("\nAuthor: Caleb Kinney".toByteArray())
callbacks.stdout.write("\nEmail: caleb@derail.io".toByteArray())
callbacks.stdout.write("\nGitHub: github.com/cak".toByteArray())
Expand Down

0 comments on commit 50f9053

Please sign in to comment.