Skip to content

Commit 265004e

Browse files
committed
bump version to v4.1.17
1 parent e9670a6 commit 265004e

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/v4@v4.1.16
25+
go get -tool github.com/hookenz/gotailwind/v4@v4.1.17
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.16"
11+
const TaildwindCssVersion = "v4.1.17"
1212

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

0 commit comments

Comments
 (0)