# -*- coding: utf-8 -*- # Knife skeleton version module KnifeSkeleton VERSION = '0.5.0' MAJOR, MINOR, TINY = VERSION.split('.') end