Skip to content

Commit 4ba4d23

Browse files
authored
Update GUIDE.md (#5)
* Update GUIDE.md * Update GUIDE.md
1 parent 0ec6d19 commit 4ba4d23

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

GUIDE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ as this combo.
1818

1919
Production versions:
2020

21-
+ sqlc: v2.2.1-wicked-fork
22-
+ dcache: v0.2.0 (Note: redis/v8 users please use v0.1.4)
21+
+ sqlc: v2.2.2-wicked-fork
22+
+ dcache: v0.3.0 (Note: redis/v8 users please use v0.1.4)
2323
+ wgpx: v0.2.3
2424

2525
# Sqlc (this wicked fork)
@@ -54,9 +54,10 @@ your customers are disappointed, or (2) before the product is launched, writing
5454
# cgo must be enabled because: https://github.com/pganalyze/pg_query_go
5555
git clone https://github.com/Stumble/sqlc.git
5656
cd sqlc/
57+
git checkout v2.2.2
5758
make install
5859
sqlc version
59-
# you shall see: v*****-wicked-fork
60+
# you shall see: v2.2.2-wicked-fork
6061
```
6162

6263
## Getting started

0 commit comments

Comments
 (0)