1 changed files with 6 additions and 2 deletions
@ -1,6 +1,10 @@
|
||||
module Squib |
||||
|
||||
# The next version to be released. |
||||
# Uses semantic versioning |
||||
VERSION = "0.0.4" |
||||
# Uses semantic versioning: http://semver.org/ |
||||
# |
||||
# 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.0.5a" |
||||
end |
||||
|
||||
Loading…
Reference in new issue