Bump version. Release notes.

Add SQLite3::VERSION constant
This commit is contained in:
Brian J. Cardiff 2017-11-07 23:49:41 -03:00
parent 790d0ded8b
commit adf64daa08
3 changed files with 13 additions and 1 deletions

3
src/sqlite3/version.cr Normal file
View file

@ -0,0 +1,3 @@
module SQLite3
VERSION = "0.8.3"
end