Skip to content

Commit

Permalink
* main [1.8.1] : git
Browse files Browse the repository at this point in the history
  • Loading branch information
SUNsung committed May 23, 2024
1 parent a883776 commit ef6adb8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.test

go.work
go.sum
2 changes: 1 addition & 1 deletion _run/build-ver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2
1
2 changes: 1 addition & 1 deletion _run/minor-ver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7
8
2 changes: 1 addition & 1 deletion const.go
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit ef6adb8

Please sign in to comment.