From 8e453203cc1907171513242e024239997439da9b Mon Sep 17 00:00:00 2001 From: SunSung W541 Date: Thu, 23 May 2024 16:13:50 +0200 Subject: [PATCH] * main [1.7.2] : ac --- .github/workflows/go-test.yml | 1 + _run/build-ver | 2 +- const.go | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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"