lib/interface/version.rb in shuber-interface-0.0.3 vs lib/interface/version.rb in shuber-interface-0.0.4
- old
+ new
@@ -1,10 +1,10 @@
module Interface
# Contains information about this gem's version
module Version
MAJOR = 0
MINOR = 0
- PATCH = 3
+ PATCH = 4
# Returns a version string by joining <tt>MAJOR</tt>, <tt>MINOR</tt>, and <tt>PATCH</tt> with <tt>'.'</tt>
#
# Example
#
\ No newline at end of file