Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Nov 6, 2023
1 parent a6888ec commit 6662349
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.2.458
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ go run ./cmd/templ generate -include-version=false
Run Go tests.

```sh
go run ./cmd/templ generate -include-version=false && go test ./...
go run ./get-version > .version
go run ./cmd/templ generate -include-version=false
go test ./...
```

### test-cover
Expand Down

0 comments on commit 6662349

Please sign in to comment.