diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2015-05-22 11:51:26 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-05-22 11:51:26 +0200 |
commit | 4ea9e40caa221caf57fec380ecceef1bff2f4c63 (patch) | |
tree | 0adc2b498a1e38d1f19ed22a5282a8d2e0cefe23 | |
parent | 9f5f264e6efcbd86ce119dba471ba1269d210e09 (diff) | |
download | capistrano-refinerycms-master.tar.gz capistrano-refinerycms-master.tar.bz2 capistrano-refinerycms-master.zip |
-rw-r--r-- | lib/capistrano/refinerycms/version.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/capistrano/refinerycms/version.rb b/lib/capistrano/refinerycms/version.rb index 8b06ed2..701c21f 100644 --- a/lib/capistrano/refinerycms/version.rb +++ b/lib/capistrano/refinerycms/version.rb @@ -1,5 +1,5 @@ module Capistrano module RefineryCMS - VERSION = "0.1.1" + VERSION = "0.2.0" end -end
\ No newline at end of file +end |