Skip to content

Commit cc3b03b

Browse files
authored
Fix previous Makefile version in README.md (#116)
1 parent eadbd01 commit cc3b03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ index 9a41c6a..db12a82 100644
239239
# standard setup, you can:
240240
# - use the VERSION as arg of the bundle target (e.g. make bundle VERSION=1.0.14)
241241
# - use environment variables to overwrite this value (e.g. export VERSION=1.0.14)
242-
-VERSION ?= 1.0.9
242+
-VERSION ?= 1.0.13
243243
+VERSION ?= 1.0.14
244244
```
245245

0 commit comments

Comments
 (0)