module Expd

Public Class Methods

version() click to toggle source

Return the current Expd version

# File lib/expd/version.rb, line 3
def self.version
  "0.1.1"
end