padrino/padrino-framework

View on GitHub
padrino-performance/lib/padrino-performance/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Padrino
  module Performance
    # The version constant for the current version of Padrino.
    VERSION = '0.15.0' unless defined?(Padrino::VERSION)

    #
    # The current Padrino version.
    #
    # @return [String]
    #   The version number.
    #
    def self.version
      VERSION
    end
  end
end