Add version method
This commit is contained in:
parent
de5693b1a3
commit
1c366e0a2d
|
@ -2,4 +2,9 @@ require 'reverse_proxy/client'
|
|||
require 'reverse_proxy/controller'
|
||||
|
||||
module ReverseProxy
|
||||
def version
|
||||
File.open(File.expand_path("../../VERSION", __FILE__)).read.strip
|
||||
end
|
||||
|
||||
extend self
|
||||
end
|
Loading…
Reference in New Issue