diff options
author | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-01-21 21:08:15 -0500 |
---|---|---|
committer | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-01-21 21:08:15 -0500 |
commit | ba3aac1b13d73e515dfed50376d82f57a46d7d2c (patch) | |
tree | 13331a037e7691b0320ca4622c841588d27a172b | |
parent | e8d04e142efa3327107b30da25bc803276b478a4 (diff) | |
download | Nim-ba3aac1b13d73e515dfed50376d82f57a46d7d2c.tar.gz |
Bump version
-rw-r--r-- | nre.nimble | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nre.nimble b/nre.nimble index ea83286c2..e13ce79db 100644 --- a/nre.nimble +++ b/nre.nimble @@ -1,7 +1,7 @@ [Package] name = "nre" author = "Flaviu Tamas" -version = "0.3.1" +version = "0.4.0" description = "Yet another PCRE library" license = "MIT" srcDir = "src" |