Bump version to 0.16.0

This commit is contained in:
Jesper Louis Andersen
2017-03-25 23:25:25 +01:00
parent fffe07e965
commit 61be95caad
4 changed files with 6 additions and 3 deletions
+2
View File
@@ -2,6 +2,8 @@
-include_lib("eqc/include/eqc.hrl").
-compile(export_all).
-compile({parse_transform, eqc_parallelize}).
non_byte_int() ->
oneof([
?LET(N, nat(), -(N+1)),