From ef6adb8e132704298aec2e9830a041ea311a6e08 Mon Sep 17 00:00:00 2001 From: SunSung W541 Date: Thu, 23 May 2024 16:22:57 +0200 Subject: [PATCH] * main [1.8.1] : git --- .gitignore | 4 ++++ _run/build-ver | 2 +- _run/minor-ver | 2 +- const.go | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b274d91 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.test + +go.work +go.sum diff --git a/_run/build-ver b/_run/build-ver index 0cfbf08..d00491f 100644 --- a/_run/build-ver +++ b/_run/build-ver @@ -1 +1 @@ -2 +1 diff --git a/_run/minor-ver b/_run/minor-ver index 7f8f011..45a4fb7 100644 --- a/_run/minor-ver +++ b/_run/minor-ver @@ -1 +1 @@ -7 +8 diff --git a/const.go b/const.go index 9a5ceea..b231217 100644 --- a/const.go +++ b/const.go @@ -1,5 +1,5 @@ package htmlValidator -const GlobalVersion string = "1.7.1" +const GlobalVersion string = "1.7.2" const GlobalDateUpdate string = "05-23-2024" const GlobalName string = "htmlValidator"