Version bump
parent
01a59b99bb
commit
fddb82668d
|
|
@ -1,6 +1,10 @@
|
||||||
module Squib
|
module Squib
|
||||||
|
|
||||||
# The next version to be released.
|
# The next version to be released.
|
||||||
# Uses semantic versioning
|
# Uses semantic versioning: http://semver.org/
|
||||||
VERSION = "0.0.4"
|
#
|
||||||
|
# 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
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue