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"