class CobwebVersion

CobwebVersion holds the current version of the gem

Public Class Methods

version() click to toggle source

Returns a string of the current version

# File lib/cobweb_version.rb, line 5
def self.version
  "1.2.1"
end