Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ logo: "/images/logo-wide.png"
favicon_ico: "favicon.ico"
url: https://dalfox.hahwul.com


color_scheme: dalfox

aux_links:
Github: https://github.com/hahwul/dalfox
Go: https://pkg.go.dev/github.com/hahwul/dalfox/v2
v2.11.0: https://github.com/hahwul/dalfox/releases/tag/v2.11.0
v2.12.0: https://github.com/hahwul/dalfox/releases/tag/v2.12.0

plugins:
- jekyll-sitemap
Expand Down Expand Up @@ -50,4 +49,4 @@ security_txt:
comment: If you find any security issues on this site, please contact me!
contact: https://github.com/hahwul/dalfox/security
canonical: https://owasp-noir.github.io/.well-known/security.txt
preferred_languages: "en, ko"
preferred_languages: "en, ko"
2 changes: 1 addition & 1 deletion internal/printing/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package printing

// VERSION is version of dalfox
const VERSION = "v2.11.0"
const VERSION = "v2.12.0"
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ base: core20
grade: stable
confinement: strict
license: MIT
version: v2.11.0
version: v2.12.0

apps:
dalfox:
Expand All @@ -24,4 +24,4 @@ parts:
override-build: |
go build .
cp ./dalfox $SNAPCRAFT_PART_INSTALL/
snapcraftctl build
snapcraftctl build