Skip to content

Commit d407f77

Browse files
committed
bump version to 4.1.18
1 parent 265004e commit d407f77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ go get -tool github.com/hookenz/gotailwind/v4@latest
2222

2323
Or a specific version of TailwindCSS:
2424
```
25-
go get -tool github.com/hookenz/gotailwind/[email protected].17
25+
go get -tool github.com/hookenz/gotailwind/[email protected].18
2626
```
2727

2828
To run it:

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/hookenz/gotailwind/v4/downloader"
99
)
1010

11-
const TaildwindCssVersion = "v4.1.17"
11+
const TaildwindCssVersion = "v4.1.18"
1212

1313
func main() {
1414
tailwindPath, err := downloader.EnsureTailwindInstalled(TaildwindCssVersion)

0 commit comments

Comments
 (0)