diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 3654d05..1f36e14 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -12,6 +12,7 @@ on: - 'build-ver' - 'major-ver' - 'minor-ver' + - 'const.go' jobs: diff --git a/_run/build-ver b/_run/build-ver index d00491f..0cfbf08 100644 --- a/_run/build-ver +++ b/_run/build-ver @@ -1 +1 @@ -1 +2 diff --git a/const.go b/const.go index 3381e2d..9a5ceea 100644 --- a/const.go +++ b/const.go @@ -1,5 +1,5 @@ package htmlValidator -const GlobalVersion string = "1.6.1" +const GlobalVersion string = "1.7.1" const GlobalDateUpdate string = "05-23-2024" const GlobalName string = "htmlValidator"