Method: Logidze::History#version=

Defined in:
lib/logidze/history.rb

#version=(val) ⇒ Object

Change current version



42
43
44
# File 'lib/logidze/history.rb', line 42

def version=(val)
  data.store(VERSION, val)
end