Skip to content

Instantly share code, notes, and snippets.

@vasche
Created August 14, 2015 08:07
Show Gist options
  • Save vasche/a7462ee47f678a31e4af to your computer and use it in GitHub Desktop.
Save vasche/a7462ee47f678a31e4af to your computer and use it in GitHub Desktop.
initilizer var version
# -*- encoding: utf-8 -*-
MAJOR = 0
MINOR = 0
TINY = 0
PRE = nil
VERSION = [MAJOR, MINOR, TINY, PRE].compact.join('.')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment