Onward and upward

dev
Andy Meneely 2020-11-25 00:32:50 -05:00
parent 9d2d2208e9
commit b50a3270a4
2 changed files with 4 additions and 3 deletions

View File

@ -15,8 +15,9 @@ Be sure to remember to do the following for releases. (Copy into a GitHub issue)
- [ ] Push master and release branches
- [ ] Create GitHub release tag
- [ ] `gem push pkg/squib-x.y.z.gem`
- [ ] `gem push --key github --host https://rubygems.pkg.github.com/andymeneely pkg/squib-x.y.z.gem`
- [ ] Github milestone closed
- [ ] Activate version on squib.readthedocs.org
- [ ] Activate version on squib.readthedocs.org (Versions)
- [ ] Set default version on squib.readthedocs.org (Advanced Settings)
- [ ] Bump version.rb to the next alpha
- [ ] Check Docker build
- [ ] Publish on BoardGameGeek thread

View File

@ -6,6 +6,6 @@ module Squib
# 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
#
VERSION = '0.16.0'
VERSION = '0.17.0a'
end