From 67f3af098fc44aab006e9cc0ca94328748be8d3a Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Tue, 7 Nov 2023 11:24:48 +0530 Subject: [PATCH] version update --- .github/workflows/ci.yaml | 3 +-- .gitignore | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b93c9f5..2756013 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,5 +21,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: nuclei-burp-plugin-SNAPSHOT-build - path: target/nuclei-burp-plugin-1.0.0-SNAPSHOT-jar-with-dependencies.jar - retention-days: 3 \ No newline at end of file + path: target/nuclei-burp-plugin-1.1.2-SNAPSHOT-jar-with-dependencies.jar \ No newline at end of file diff --git a/.gitignore b/.gitignore index cdf942e..f8d7496 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,5 @@ out/ hs_err_pid* .vscode -.devcontainer \ No newline at end of file +.devcontainer +target/* \ No newline at end of file