bump version
This commit is contained in:
parent
a54e1831c5
commit
17f8c05bfc
2 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ $ echo '3' | bb '(#f (+ %1 %2 %3) 1 2 *in*)'
|
|||
Regexes are written using the reader tag `#r`.
|
||||
|
||||
``` shellsession
|
||||
$ ls | bb --raw '*in*' | bb '(filterv #f (re-find #r "reflection" %) *in*)'
|
||||
$ ls | bb --raw '(filterv #f (re-find #r "reflection" %) *in*)'
|
||||
["reflection.json"]
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
0.0.2
|
||||
0.0.3-SNAPSHOT
|
||||
|
|
|
|||
Loading…
Reference in a new issue