diff --git a/.github/workflows/update-go-module.yml b/.github/workflows/update-go-module.yml deleted file mode 100644 index ce3179e..0000000 --- a/.github/workflows/update-go-module.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: "Update the latest Go module version" - -on: - push: - branches: - - main - release: - types: - - created - tags: - - 'v[0-9]+.[0-9]+.[0-9]+' - - '**/v[0-9]+.[0-9]+.[0-9]+' - -jobs: - build: - name: Renew documentation - runs-on: ubuntu-latest - steps: - - name: Pull new module version - uses: andrewslotin/go-proxy-pull-action@master \ No newline at end of file diff --git a/core/version.go b/core/version.go index 01c8b53..13b5bfa 100644 --- a/core/version.go +++ b/core/version.go @@ -4,7 +4,7 @@ import "fmt" const ( // VERSION current version of this project - VERSION = "v1.2.8" + VERSION = "v2.0" // AUTHOR of this project AUTHOR = "@j3ssiejjj" )