Onward and upward.

dev
Andy Meneely 2017-11-06 23:44:50 -05:00
parent dfb027ac31
commit cf7ae7fd8b
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# Squib CHANGELOG # Squib CHANGELOG
Squib follows [semantic versioning](http://semver.org). Squib follows [semantic versioning](http://semver.org).
## v0.15.0 / Unreleased
## v0.14.0 / 2017-11-06 ## v0.14.0 / 2017-11-06
Features: Features:

View File

@ -6,5 +6,5 @@ module Squib
# Most of the time this is in the alpha of the next release. # Most of the time this is in the alpha of the next release.
# e.g. v0.0.5a is on its way to becoming v0.0.5 # e.g. v0.0.5a is on its way to becoming v0.0.5
# #
VERSION = '0.14.0' VERSION = '0.15.0a'
end end