mofa 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/mofa/cli.rb +6 -0
  2. data/lib/mofa/version.rb +1 -1
  3. metadata +1 -1
@@ -66,6 +66,12 @@ module Mofa
66
66
  cmd.cleanup
67
67
  end
68
68
 
69
+ desc 'version', 'prints out mofa version.'
70
+
71
+ def version
72
+ puts VERSION
73
+ end
74
+
69
75
  desc 'config', 'prints out mofa config.'
70
76
 
71
77
  def config
@@ -1,3 +1,3 @@
1
1
  module Mofa
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mofa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: