Skip to content

Commit dc65c06

Browse files
authored
Merge pull request #782 from hahwul/release/2.12.0
Release v2.12.0
2 parents 1c29b61 + b8ec327 commit dc65c06

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

docs/_config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ logo: "/images/logo-wide.png"
55
favicon_ico: "favicon.ico"
66
url: https://dalfox.hahwul.com
77

8-
98
color_scheme: dalfox
109

1110
aux_links:
1211
Github: https://github.com/hahwul/dalfox
1312
Go: https://pkg.go.dev/github.com/hahwul/dalfox/v2
14-
v2.11.0: https://github.com/hahwul/dalfox/releases/tag/v2.11.0
13+
v2.12.0: https://github.com/hahwul/dalfox/releases/tag/v2.12.0
1514

1615
plugins:
1716
- jekyll-sitemap
@@ -50,4 +49,4 @@ security_txt:
5049
comment: If you find any security issues on this site, please contact me!
5150
contact: https://github.com/hahwul/dalfox/security
5251
canonical: https://owasp-noir.github.io/.well-known/security.txt
53-
preferred_languages: "en, ko"
52+
preferred_languages: "en, ko"

internal/printing/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package printing
22

33
// VERSION is version of dalfox
4-
const VERSION = "v2.11.0"
4+
const VERSION = "v2.12.0"

snap/snapcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ base: core20
88
grade: stable
99
confinement: strict
1010
license: MIT
11-
version: v2.11.0
11+
version: v2.12.0
1212

1313
apps:
1414
dalfox:
@@ -24,4 +24,4 @@ parts:
2424
override-build: |
2525
go build .
2626
cp ./dalfox $SNAPCRAFT_PART_INSTALL/
27-
snapcraftctl build
27+
snapcraftctl build

0 commit comments

Comments
 (0)