Skip to content

Instantly share code, notes, and snippets.

@vasche
Created August 14, 2015 08:07

Revisions

  1. vasche created this gist Aug 14, 2015.
    6 changes: 6 additions & 0 deletions version.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    # -*- encoding: utf-8 -*-
    MAJOR = 0
    MINOR = 0
    TINY = 0
    PRE = nil
    VERSION = [MAJOR, MINOR, TINY, PRE].compact.join('.')