From 20bc5fc607da91fa7b3f7100bf2a17a571f3ef3a Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Sun, 21 May 2023 02:21:07 +0530 Subject: [PATCH] version update --- .github/workflows/publish-docs.yaml | 2 +- v2/pkg/catalog/config/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-docs.yaml b/.github/workflows/publish-docs.yaml index b6904d77e..c7d0f3863 100644 --- a/.github/workflows/publish-docs.yaml +++ b/.github/workflows/publish-docs.yaml @@ -18,7 +18,7 @@ jobs: - name: "Set up Go" uses: actions/setup-go@v4 with: - go-version: [1.20.x] + go-version: 1.20.x - name: Generate YAML Syntax Documentation id: generate-docs diff --git a/v2/pkg/catalog/config/constants.go b/v2/pkg/catalog/config/constants.go index fd2c094ea..fbc5e2a21 100644 --- a/v2/pkg/catalog/config/constants.go +++ b/v2/pkg/catalog/config/constants.go @@ -16,7 +16,7 @@ const ( CLIConfigFileName = "config.yaml" ReportingConfigFilename = "reporting-config.yaml" // Version is the current version of nuclei - Version = `v2.9.4-dev` + Version = `v2.9.5-dev` // Directory Names of custom templates CustomS3TemplatesDirName = "s3"