Skip to content

Commit 0029a0e

Browse files
committed
updating readme
1 parent d14532d commit 0029a0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It is designed to be groovy, using closures and metaprogramming for minimal setu
1212

1313
```groovy
1414
#!/usr/bin/env groovy
15-
@Grab(group='com.github.moaxcp', module='graph-dsl', version='0.5.0')
15+
@Grab(group='com.github.moaxcp', module='graph-dsl', version='0.6.0')
1616
import static graph.Graph.graph
1717
1818
graph {
@@ -86,7 +86,7 @@ Contributions are welcome. Please submit a pull request to the develop branch in
8686

8787
# Releases
8888

89-
## x.x.x
89+
## 0.6.0
9090

9191
* fixed issue with logging when optimizations are turned off
9292
* updating gradle to 3.4.1

0 commit comments

Comments
 (0)