diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-02 22:29:20 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-06-02 22:29:20 +0200 |
commit | 3f651995a7524c4eac23697a96a4e70fd95b4bfa (patch) | |
tree | b85d1597a1b1ee73fa9f5de742267ff6b3d82f84 /lib | |
parent | 55d5c6e9cdf36cee9344b2ec358fb0cecd3ec7b9 (diff) | |
download | edoors-ruby-3f651995a7524c4eac23697a96a4e70fd95b4bfa.zip edoors-ruby-3f651995a7524c4eac23697a96a4e70fd95b4bfa.tar.gz |
release 0.0.4
Diffstat (limited to 'lib')
-rw-r--r-- | lib/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/version.rb b/lib/version.rb index 08434d2..b4567e2 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -21,7 +21,7 @@ # module Iotas # - VERSION = "0.0.3" + VERSION = "0.0.4" # end # |