bump version to 0.6.1

This commit is contained in:
Jerome Gravel-Niquet 2021-03-24 07:53:32 -04:00
parent 7ffc3e82f2
commit b7289f80ad
No known key found for this signature in database
GPG Key ID: B0E975C163F54F69
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: kilt
version: 0.6.0
version: 0.6.1
crystal: '< 2.0.0'
authors:

View File

@ -1,3 +1,3 @@
module Kilt
VERSION = "0.6.0"
VERSION = "0.6.1"
end